[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

Daniel Wallace dwallace at archlinux.org
Wed Dec 17 23:27:49 UTC 2014


    Date: Thursday, December 18, 2014 @ 00:27:49
  Author: dwallace
Revision: 124059

upgpkg: python2-systemd 218-1

upgpkg: python2-systemd

Modified:
  python2-systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-17 21:53:19 UTC (rev 124058)
+++ PKGBUILD	2014-12-17 23:27:49 UTC (rev 124059)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=217
+pkgver=218
 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" 'python2-lxml')
+depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('e68dbff3cc19f66e341572d9fb2ffa89')
+md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
 
 
 build() {
@@ -25,6 +25,7 @@
 
 package(){
 	cd "$_pkgname-$pkgver"
+    depends+=("systemd>=$pkgver")
     make DESTDIR=$srcdir/root install
     install -dm755 $pkgdir/usr/lib/
     cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/



More information about the arch-commits mailing list