summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Reinert2017-01-14 15:38:52 +0100
committerJoakim Reinert2017-01-14 15:38:52 +0100
commit8c022ab2eb6c7b3a5e10f9bd0f061c7164dcf25e (patch)
tree140cfe835a20c35a50851fe2813b287695a821d6
parentfe6f2e2257fad475b9045fd5a6af277043e0dc5e (diff)
downloadaur-8c022ab2eb6c7b3a5e10f9bd0f061c7164dcf25e.tar.gz
apparently also needs systemd as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 083e03b81bb5..1d3da1a0a6d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 14:30:09 UTC 2017
+# Sat Jan 14 14:38:48 UTC 2017
pkgbase = axoloti-runtime-git
pkgdesc = runtime for axoloti
pkgver = 1.0.11.r61.g6a05b1c2
@@ -11,6 +11,7 @@ pkgbase = axoloti-runtime-git
makedepends = automake
makedepends = autoconf
makedepends = unzip
+ depends = systemd
depends = libsystemd
provides = axoloti-runtime=1.0.11.r61.g6a05b1c2
conflicts = axoloti-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 2fb9b28ed6f9..01a89ca846b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="runtime for axoloti"
arch=(any)
url="http://www.axoloti.com"
license=(GPL)
-depends=(libsystemd)
+depends=(systemd libsystemd)
makedepends=(libtool automake autoconf unzip)
provides=(axoloti-runtime=$pkgver)
conflicts=(axoloti-runtime)