summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Atkinson2019-02-14 15:58:00 -0500
committerChris Atkinson2019-02-14 15:58:00 -0500
commit1db6a28f1906fd41376ae7ea668b7be9b05aaff3 (patch)
tree30246bf5255a2e921d7491cd36e4ffafa3dda65e /PKGBUILD
parente62eeeca22779b3390cf7ed9d6ad1394b881710f (diff)
downloadaur-1db6a28f1906fd41376ae7ea668b7be9b05aaff3.tar.gz
Change depends to reflect Arch replacement of libsystemd with systemd-libs package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 165991ce36c3..072c1c6d53c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Handle rfkill events in userspace"
arch=('x86_64')
url="https://github.com/lcp/urfkill"
license=('GPL2')
-depends=('expat>=2.01' 'gobject-introspection>=0.6.7' 'libsystemd>=148' 'polkit>=0.91' 'systemd')
+depends=('expat>=2.01' 'gobject-introspection>=0.6.7' 'systemd-libs>=148' 'polkit>=0.91' 'systemd')
makedepends=('glibc>=2.20' 'git' 'gtk-doc')
conflicts=('urfkill')
provides=('urfkill')