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

Sébastien Luttringer seblu at archlinux.org
Tue Sep 5 22:29:13 UTC 2017


    Date: Tuesday, September 5, 2017 @ 22:29:12
  Author: seblu
Revision: 304723

upgpkg: filesystem 2017.09-3

Rollback dependency on systemd.
Glibc depends on filesystem, so it creates a depency loop.

Modified:
  filesystem/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 21:20:06 UTC (rev 304722)
+++ PKGBUILD	2017-09-05 22:29:12 UTC (rev 304723)
@@ -4,13 +4,13 @@
 
 pkgname=filesystem
 pkgver=2017.09
-pkgrel=2
+pkgrel=3
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='https://www.archlinux.org'
 groups=('base')
-depends=('bash' 'systemd' 'iana-etc')
+depends=('iana-etc')
 backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf'
         'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd'
         'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty'



More information about the arch-commits mailing list