Date: Saturday, April 22, 2017 @ 01:24:47 Author: heftig Revision: 293879
234-1 Modified: python-systemd/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-22 01:24:16 UTC (rev 293878) +++ PKGBUILD 2017-04-22 01:24:47 UTC (rev 293879) @@ -1,8 +1,9 @@ # $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> + pkgbase=python-systemd pkgname=(python-systemd python2-systemd) -pkgver=233 +pkgver=234 pkgrel=1 pkgdesc="Python bindings for systemd" arch=(i686 x86_64) @@ -9,7 +10,7 @@ url="https://github.com/systemd/python-systemd" license=(LGPL) makedepends=(systemd python python2 git) -_commit=0cae964314226d2d3e9a0a72d9d250cfb0217609 # tags/v233^0 +_commit=308ae4440c1f6ea1aff9be4cb683c52bd3a1c13a # tags/v234^0 source=("$pkgbase::git+${url}#commit=$_commit") sha256sums=('SKIP')
