summaryrefslogtreecommitdiff
path: root/community/python2-systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-systemd/PKGBUILD')
-rw-r--r--community/python2-systemd/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD
index e956cec53..b43674568 100644
--- a/community/python2-systemd/PKGBUILD
+++ b/community/python2-systemd/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 105641 2014-02-12 17:41:55Z dwallace $
+# $Id: PKGBUILD 106488 2014-03-04 15:41:22Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
pkgname=python2-systemd
_pkgname=systemd
-pkgver=208
+pkgver=210
pkgrel=1
pkgdesc="Python2 bindings for systemd"
arch=('x86_64' 'i686')
url="http://www.freedesktop.org/wiki/Software/systemd/"
license=('GPL')
-depends=('python2' "systemd=$pkgver")
+depends=('python2' "systemd>=$pkgver" 'python2-lxml')
makedepends=('intltool' 'gperf')
source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('df64550d92afbffb4f67a434193ee165')
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
build() {
@@ -29,5 +29,5 @@ package(){
cd "$_pkgname-$pkgver"
make DESTDIR=$srcdir/root install
install -dm755 $pkgdir/usr/lib/python2.7
- cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 $pkgdir/usr/lib/python2.7
+ cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/
}