diff options
author | Joakim Reinert | 2017-01-14 15:30:13 +0100 |
---|---|---|
committer | Joakim Reinert | 2017-01-14 15:30:13 +0100 |
commit | fe6f2e2257fad475b9045fd5a6af277043e0dc5e (patch) | |
tree | b696423f2fce7451fa1d5672a65e689b49d09f34 | |
parent | b96a10f2f55e788ba5958fa1d5e6d60bbc04c656 (diff) | |
download | aur-fe6f2e2257fad475b9045fd5a6af277043e0dc5e.tar.gz |
libudev is nowadays libsystemd
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sat Jan 14 14:26:33 UTC 2017 +# Sat Jan 14 14:30:09 UTC 2017 pkgbase = axoloti-runtime-git pkgdesc = runtime for axoloti pkgver = 1.0.11.r61.g6a05b1c2 @@ -11,7 +11,7 @@ pkgbase = axoloti-runtime-git makedepends = automake makedepends = autoconf makedepends = unzip - depends = libudev + depends = libsystemd provides = axoloti-runtime=1.0.11.r61.g6a05b1c2 conflicts = axoloti-runtime options = !strip @@ -8,7 +8,7 @@ pkgdesc="runtime for axoloti" arch=(any) url="http://www.axoloti.com" license=(GPL) -depends=(libudev) +depends=(libsystemd) makedepends=(libtool automake autoconf unzip) provides=(axoloti-runtime=$pkgver) conflicts=(axoloti-runtime) |