summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Luttringer2016-04-17 13:48:12 +0200
committerSébastien Luttringer2016-04-17 13:48:12 +0200
commit6b7d72dedfd06500aeb963551557fb5242fb8a32 (patch)
treeee111520d8388b7fe3e123b5c590d5746f6543a3
parent5f843375c9ed27a6284f70e4a74b77215832296b (diff)
downloadaur-6b7d72dedfd06500aeb963551557fb5242fb8a32.tar.gz
Systemd python bindings are now their own package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d0b13297f5..1c5553ba38ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 10:54:35 UTC 2015
+# Sun Apr 17 11:48:12 UTC 2016
pkgbase = aurbot-git
pkgdesc = AUR Builder Bot
pkgver = 44
@@ -9,8 +9,9 @@ pkgbase = aurbot-git
arch = any
license = GPL2
makedepends = git
- depends = python
depends = systemd
+ depends = python
+ depends = python-systemd
optdepends = devtools
backup = etc/aurbot.conf
source = git+https://github.com/seblu/aurbot.git
diff --git a/PKGBUILD b/PKGBUILD
index 39408a7ff952..d0e9b823f7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/seblu/aurbot'
license=('GPL2')
backup=('etc/aurbot.conf')
makedepends=('python-distribute')
-depends=('python' 'systemd')
+depends=('systemd' 'python' 'python-systemd')
optdepends=('devtools')
makedepends=('git')
source=('git+https://github.com/seblu/aurbot.git')