[arch-commits] Commit in util-linux/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Thu Oct 19 14:30:05 UTC 2017


    Date: Thursday, October 19, 2017 @ 14:30:04
  Author: dreisner
Revision: 308258

upgpkg: util-linux 2.31-1

- add provides/replaces/conflicts on rfkill

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 13:56:31 UTC (rev 308257)
+++ PKGBUILD	2017-10-19 14:30:04 UTC (rev 308258)
@@ -5,8 +5,8 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-_pkgmajor=2.30
-pkgver=${_pkgmajor}.2
+_pkgmajor=2.31
+pkgver=${_pkgmajor}
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/"
@@ -18,7 +18,7 @@
 source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
         pam-{login,common,su}
         'util-linux.sysusers')
-md5sums=('23a5dce0030144a42676b92310026bac'
+md5sums=('5b6821c403c3cc6e7775f74df1882a20'
          'SKIP'
          '4368b3f98abd8a32662e094c54e7f9b1'
          'a31374fef2cba0ca34dfc7078e2969e4'
@@ -45,9 +45,9 @@
 }
 
 package_util-linux() {
-  conflicts=('eject' 'zramctl')
-  provides=('eject' 'zramctl')
-  replaces=('zramctl')
+  conflicts=('eject' 'zramctl' 'rfkill')
+  provides=('eject' 'zramctl' 'rfkill')
+  replaces=('zramctl' 'rfkill')
   depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libcap-ng' 'libutil-linux')
   optdepends=('python: python bindings to libmount')
   groups=('base' 'base-devel')



More information about the arch-commits mailing list