Date: Friday, November 6, 2015 @ 15:38:00 Author: heftig Revision: 250146
231 Modified: python-systemd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-06 11:08:26 UTC (rev 250145) +++ PKGBUILD 2015-11-06 14:38:00 UTC (rev 250146) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgbase=python-systemd pkgname=(python-systemd python2-systemd) -pkgver=230 -pkgrel=2 +pkgver=231 +pkgrel=1 _commit=b71b8b64ebb28ddbf1130e9127f1e9fc5fb6117f pkgdesc="Python bindings for systemd" arch=(i686 x86_64) @@ -10,7 +10,7 @@ url="https://github.com/systemd/python-systemd" license=(LGPL) makedepends=(systemd python python2 git) -source=("$pkgbase::git+${url}#commit=${_commit}") +source=("$pkgbase::git+${url}#tag=v${pkgver}") sha256sums=('SKIP') prepare() {
