Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
cryptsetup


Commits:
846a7223 by Morten Linderud at 2024-03-03T18:16:47+01:00
upgpkg: 2.7.0-3: fix mistake in conflicts

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = cryptsetup
        pkgdesc = Userspace setup tool for transparent encryption of block 
devices using dm-crypt
        pkgver = 2.7.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://gitlab.com/cryptsetup/cryptsetup/
        arch = x86_64
        license = GPL
@@ -18,7 +18,7 @@ pkgbase = cryptsetup
        depends = argon2
        depends = libargon2.so
        provides = libcryptsetup.so
-       conflicts = mkinitcpio<38.1
+       conflicts = mkinitcpio<38-1
        options = !emptydirs
        source = 
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.xz
        source = 
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.sign


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=cryptsetup
 pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
 license=('GPL')
@@ -11,7 +11,7 @@ url='https://gitlab.com/cryptsetup/cryptsetup/'
 depends=('device-mapper' 'libdevmapper.so' 'openssl' 'popt' 'util-linux-libs'
          'libuuid.so' 'json-c' 'libjson-c.so' 'argon2' 'libargon2.so')
 makedepends=('util-linux' 'asciidoctor')
-conflicts=('mkinitcpio<38.1')
+conflicts=('mkinitcpio<38-1')
 provides=('libcryptsetup.so')
 options=('!emptydirs')
 validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 
<gmazyl...@gmail.com>



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptsetup/-/commit/846a722391dcae12c8bb43b31eec8d722b4f69be

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptsetup/-/commit/846a722391dcae12c8bb43b31eec8d722b4f69be
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to