diff options
Diffstat (limited to 'community/python2-systemd/PKGBUILD')
-rw-r--r-- | community/python2-systemd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD index 7fb11e5ef..36176441f 100644 --- a/community/python2-systemd/PKGBUILD +++ b/community/python2-systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 111765 2014-05-23 14:47:58Z dwallace $ +# $Id: PKGBUILD 113810 2014-06-30 18:17:40Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com pkgname=python2-systemd _pkgname=systemd -pkgver=212 -pkgrel=2 +pkgver=214 +pkgrel=1 pkgdesc="Python2 bindings for systemd" arch=('x86_64' 'i686') url="http://www.freedesktop.org/wiki/Software/systemd/" @@ -11,7 +11,7 @@ license=('GPL') depends=('python2' "systemd>=$pkgver" 'python2-lxml') makedepends=('intltool' 'gperf') source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz") -md5sums=('257a75fff826ff91cb1ce567091cf270') +md5sums=('eac4f9fc5bd18a0efc3fc20858baacf3') build() { |