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

Christian Hesse eworm at archlinux.org
Fri Jun 22 15:10:39 UTC 2018


    Date: Friday, June 22, 2018 @ 15:10:39
  Author: eworm
Revision: 327465

upgpkg: systemd 239.0-2

fix package name

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 15:02:59 UTC (rev 327464)
+++ PKGBUILD	2018-06-22 15:10:39 UTC (rev 327465)
@@ -8,7 +8,7 @@
 # Can be from either systemd or systemd-stable
 _commit='de7436b02badc82200dc127ff190b8155769b8e7'
 pkgver=239.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -229,8 +229,8 @@
   pkgdesc='systemd resolvconf replacement'
   license=('GPL2')
   depends=('systemd')
-  provides=('openresolve')
-  conflicts=('openresolve')
+  provides=('openresolv')
+  conflicts=('openresolv')
 
   install -d -m0755 "$pkgdir"/usr/bin
   ln -s resolvectl "$pkgdir"/usr/bin/resolvconf



More information about the arch-commits mailing list