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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Mar 3 03:09:22 UTC 2014


    Date: Monday, March 3, 2014 @ 04:09:22
  Author: dwallace
Revision: 106434

upgpkg: python2-systemd 210-1

upgpkg: python2-systemd 210

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-03 02:44:00 UTC (rev 106433)
+++ PKGBUILD	2014-03-03 03:09:22 UTC (rev 106434)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=209
+pkgver=210
 pkgrel=1
 pkgdesc="Python2 bindings for systemd"
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('python2' "systemd>=$pkgver" 'python2-lxml')
 makedepends=('intltool' 'gperf')
 source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
 
 
 build() {
@@ -29,5 +29,5 @@
 	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/
 }




More information about the arch-commits mailing list