summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2021-07-27 22:36:22 +0200
committerNarrat2021-07-27 22:36:22 +0200
commit9e7d5c4606b7f3c0b0ec22b0d579334a9d1ff0ca (patch)
tree0678510f08bcdbeaf00cc91207628f61d1ab23f8
parent6db244a91e38376e9f389b68e4641bea3ab49331 (diff)
downloadaur-9e7d5c4606b7f3c0b0ec22b0d579334a9d1ff0ca.tar.gz
util-linux-aes: follow Arch to 2.37.1
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c18bcd652ad..17a19315ed1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = util-linux-aes
pkgdesc = Miscellaneous system utilities for Linux, with loop-AES support
- pkgver = 2.37
- pkgrel = 3.2
+ pkgver = 2.37.1
+ pkgrel = 1
url = https://github.com/karelzak/util-linux
install = util-linux-aes.install
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = util-linux-aes
makedepends = systemd
makedepends = gtk-doc
options = strip
- source = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.tar.xz
- source = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.1.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.1.tar.sign
source = http://loop-aes.sourceforge.net/updates/util-linux-2.37-20210620.diff.bz2
source = http://loop-aes.sourceforge.net/updates/util-linux-2.37-20210620.diff.bz2.sign
source = util-linux-aes.modules
@@ -28,7 +28,7 @@ pkgbase = util-linux-aes
source = rfkill-block_.service
validpgpkeys = B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284
validpgpkeys = 12D64C3ADCDA0AA427BDACDFF0733C808132F189
- sha256sums = bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5
+ sha256sums = 8e4bd42053b726cf86eb4d13a73bc1d9225a2c2e1a2e0d2a891f1020f83e6b76
sha256sums = SKIP
sha256sums = 0a78ea9a05191b1ddaeedc8c8d8ae053f9ed4e7cd2f39ef4b3bc356e552c98a2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9662b2ede742..cfa5e4735021 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ _basename=util-linux
pkgbase=util-linux-aes
pkgname=(util-linux-aes util-linux-libs-aes)
_pkgmajor=2.37
-_realver=${_pkgmajor}
+_realver=${_pkgmajor}.1
pkgver=${_realver/-/}
-pkgrel=3.2
+pkgrel=1
pkgdesc='Miscellaneous system utilities for Linux, with loop-AES support'
url='https://github.com/karelzak/util-linux'
#url="http://sourceforge.net/projects/loop-aes/"
@@ -24,14 +24,14 @@ validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284' # Karel Zak
'12D64C3ADCDA0AA427BDACDFF0733C808132F189') # Jari Ruusu
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/${_basename}-${_realver}.tar."{xz,sign}
#"${_basename}-${pkgver}.diff"
- http://loop-aes.sourceforge.net/updates/${_basename}-${pkgver}-20210620.diff.bz2{,.sign}
+ http://loop-aes.sourceforge.net/updates/${_basename}-${_pkgmajor}-20210620.diff.bz2{,.sign}
"${pkgname}.modules"
pam-{login,common,runuser,su}
'util-linux-aes.sysusers'
'60-rfkill.rules'
'rfkill-unblock_.service'
'rfkill-block_.service')
-sha256sums=('bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5'
+sha256sums=('8e4bd42053b726cf86eb4d13a73bc1d9225a2c2e1a2e0d2a891f1020f83e6b76'
'SKIP'
'0a78ea9a05191b1ddaeedc8c8d8ae053f9ed4e7cd2f39ef4b3bc356e552c98a2'
'SKIP'
@@ -48,7 +48,7 @@ sha256sums=('bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5'
prepare() {
cd "$_basename-$pkgver"
#patch -Np1 -i "../${_basename}-${pkgver}.diff"
- patch -Np1 -i "../${_basename}-${pkgver}-20210620.diff"
+ patch -Np1 -i "../${_basename}-${_pkgmajor}-20210620.diff"
autoreconf -i
}