summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-07-01 19:27:26 +0200
committerNarrat2022-07-01 19:27:26 +0200
commit7e3323d3f17046009b2df1eeb9ef699dcf88ed40 (patch)
tree3043c200a7b20cc5751dfdde7b8f5dd46e0b89dc
parent0cfd51d0b386e3e57ca5ab0b899195a2785752db (diff)
downloadaur-7e3323d3f17046009b2df1eeb9ef699dcf88ed40.tar.gz
util-linux-aes: removes modules file
As mentioned by vaygr this was kinda out of date and handled by loop-aes.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD7
-rw-r--r--util-linux-aes.modules3
3 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a899360882a..f746f7d44617 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.38
- pkgrel = 1
+ pkgrel = 1.1
url = https://github.com/karelzak/util-linux
install = util-linux-aes.install
arch = x86_64
@@ -16,7 +16,6 @@ pkgbase = util-linux-aes
source = https://www.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.tar.xz
source = https://www.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.tar.sign
source = util-linux-2.38.diff
- source = util-linux-aes.modules
source = pam-login
source = pam-common
source = pam-runuser
@@ -30,7 +29,6 @@ pkgbase = util-linux-aes
sha256sums = 6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64
sha256sums = SKIP
sha256sums = b1f2bf1145354664fac932b313db9599f55de5ff25c5c6f3c003c76da78ae39c
- sha256sums = 560ca858961eb997a216ce6b419d900e84688591abf4584ef30c9323ba06fffd
sha256sums = 99cd77f21ee44a0c5e57b0f3670f711a00496f198fc5704d7e44f5d817c81a0f
sha256sums = 57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af
sha256sums = 48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1
diff --git a/PKGBUILD b/PKGBUILD
index ab7ae55cd1f3..5d3823b9f3b3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(util-linux-aes util-linux-libs-aes)
_pkgmajor=2.38
_realver=${_pkgmajor}
pkgver=${_realver/-/}
-pkgrel=1
+pkgrel=1.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,7 +24,6 @@ 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"
- "${pkgname}.modules"
pam-{login,common,runuser,su}
'util-linux-aes.sysusers'
'60-rfkill.rules'
@@ -33,7 +32,6 @@ source=("https://www.kernel.org/pub/linux/utils/util-linux/v${_pkgmajor}/${_base
sha256sums=('6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64'
'SKIP'
'b1f2bf1145354664fac932b313db9599f55de5ff25c5c6f3c003c76da78ae39c'
- '560ca858961eb997a216ce6b419d900e84688591abf4584ef30c9323ba06fffd'
'99cd77f21ee44a0c5e57b0f3670f711a00496f198fc5704d7e44f5d817c81a0f'
'57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
'48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1'
@@ -127,9 +125,6 @@ package_util-linux-aes() {
"${pkgdir}/usr/lib/systemd/system/rfkill-unblock@.service"
install -Dm0644 "${srcdir}/rfkill-block_.service" \
"${pkgdir}/usr/lib/systemd/system/rfkill-block@.service"
-
- # install modules
- install -Dm644 "${srcdir}/${pkgname}.modules" "${pkgdir}/etc/modules-load.d/${pkgname}.conf"
}
package_util-linux-libs-aes() {
diff --git a/util-linux-aes.modules b/util-linux-aes.modules
deleted file mode 100644
index ecfd13b456cb..000000000000
--- a/util-linux-aes.modules
+++ /dev/null
@@ -1,3 +0,0 @@
-loop
-aes-i586
-cryptoloop \ No newline at end of file