diff options
author | David P <megver83@parabola.nu> | 2019-02-01 00:48:58 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2019-02-01 00:48:58 -0300 |
commit | a96f75f35c5a87061c86c312feb1fc37d661adfe (patch) | |
tree | 89c73bd2fab435c7678aa2f6b87711b816b8bc1e /nonsystemd/util-linux/PKGBUILD | |
parent | 6d71dce2f7ff1fd07c24adf22c89c05c578b8192 (diff) | |
download | abslibre-a96f75f35c5a87061c86c312feb1fc37d661adfe.tar.gz abslibre-a96f75f35c5a87061c86c312feb1fc37d661adfe.tar.bz2 abslibre-a96f75f35c5a87061c86c312feb1fc37d661adfe.zip |
upgpkg: nonsystemd/util-linux 2.33.1-2.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/util-linux/PKGBUILD')
-rw-r--r-- | nonsystemd/util-linux/PKGBUILD | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/nonsystemd/util-linux/PKGBUILD b/nonsystemd/util-linux/PKGBUILD index 7cc5344ec..f6052a257 100644 --- a/nonsystemd/util-linux/PKGBUILD +++ b/nonsystemd/util-linux/PKGBUILD @@ -6,37 +6,28 @@ pkgbase=util-linux pkgname=(util-linux libutil-linux) _pkgmajor=2.33 -pkgver=${_pkgmajor} +pkgver=${_pkgmajor}.1 pkgrel=2 pkgrel+=.nonsystemd1 pkgdesc="Miscellaneous system utilities for Linux" url="https://www.kernel.org/pub/linux/utils/util-linux/" arch=('x86_64' 'i686' 'armv7h') -makedepends=('eudev' 'python' 'libcap-ng') +makedepends=('udev' 'python' 'libcap-ng') license=('GPL2') options=('strip' 'debug') validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284') # Karel Zak source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign} - '0001-agetty-fix-output-of-escaped-characters.patch' pam-{login,common,su} 'util-linux.sysusers' '60-rfkill.rules') -sha256sums=('f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a' +sha256sums=('c14bd9f3b6e1792b90db87696e87ec643f9d63efa0a424f092a5a6b2f2dbef21' 'SKIP' - 'a20ab3b78eed0e143300476d059e55ab87720bc9fc66a4dcbbd5ae8c48f39bf4' '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92' 'fc6807842f92e9d3f792d6b64a0d5aad87995a279153ab228b1b2a64d9f32f20' '51eac9c2a2f51ad3982bba35de9aac5510f1eeff432d2d63c6362e45d620afc0' '10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3' '7423aaaa09fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37') -prepare() { - cd "$pkgbase-$pkgver" - - # agetty: fix output of escaped characters - patch -Np1 < ../0001-agetty-fix-output-of-escaped-characters.patch -} - build() { cd "$pkgbase-$pkgver" @@ -63,7 +54,7 @@ package_util-linux() { conflicts=('eject' 'zramctl' 'rfkill') provides=('eject' 'zramctl' 'rfkill') replaces=('zramctl' 'rfkill') - depends=('pam' 'shadow' 'coreutils' 'libeudev' 'libcap-ng' 'libutil-linux') + depends=('pam' 'shadow' 'coreutils' 'libudev' 'libcap-ng' 'libutil-linux') optdepends=('python: python bindings to libmount' 'words: default dictionary for look') groups=('base' 'base-devel') |