summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2019-01-11 18:46:19 +0100
committerNicolas Iooss2019-01-11 18:46:19 +0100
commit7b8758e1fe28faf5a7ed90c2537735e8cedc2ab0 (patch)
treef13fc32ef1cf358e87daee3ae919c83879a9c638 /PKGBUILD
parenta24cfd81f16f7805f0294f194bc1d0e2980ab896 (diff)
downloadaur-7b8758e1fe28faf5a7ed90c2537735e8cedc2ab0.tar.gz
util-linux-selinux 2.33.1-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 3 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4994372a9805..90f35d5988a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
pkgbase=util-linux-selinux
pkgname=(util-linux-selinux libutil-linux-selinux)
_pkgmajor=2.33
-pkgver=${_pkgmajor}
-pkgrel=3
+pkgver=${_pkgmajor}.1
+pkgrel=1
pkgdesc="SELinux aware miscellaneous system utilities for Linux"
url="https://www.kernel.org/pub/linux/utils/util-linux/"
arch=('x86_64')
@@ -27,15 +27,13 @@ license=('GPL2')
options=('strip')
validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284') # Karel Zak
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/${pkgbase/-selinux}-$pkgver.tar."{xz,sign}
- '0001-agetty-fix-output-of-escaped-characters.patch'
pam-{login,common,runuser,su}
'util-linux.sysusers'
'60-rfkill.rules'
'rfkill-unblock_.service'
'rfkill-block_.service')
-sha256sums=('f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a'
+sha256sums=('c14bd9f3b6e1792b90db87696e87ec643f9d63efa0a424f092a5a6b2f2dbef21'
'SKIP'
- 'a20ab3b78eed0e143300476d059e55ab87720bc9fc66a4dcbbd5ae8c48f39bf4'
'993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20'
'95b7cdc4cba17494d7b87f37f8d0937ec54c55de0e3ce9d9ab05ad5cc76bf935'
@@ -45,13 +43,6 @@ sha256sums=('f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a'
'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
-prepare() {
- cd "${pkgbase/-selinux}-$pkgver"
-
- # agetty: fix output of escaped characters
- patch -Np1 < ../0001-agetty-fix-output-of-escaped-characters.patch
-}
-
build() {
cd "${pkgbase/-selinux}-$pkgver"