summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4d5554e9364..5ebb9b35885a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.0
+# Tue Feb 16 09:43:48 UTC 2016
pkgbase = python-systemd-git
pkgdesc = Systemd python bindings
- pkgver = 230.r8.g58c65cf
+ pkgver = 231.r3.g87a9d64
pkgrel = 1
url = https://github.com/systemd/python-systemd
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 97f2bfdfb32a..8d60361e36b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander Görtz <aur@nyloc.de>
pkgname=python-systemd-git
-pkgver=230.r8.g58c65cf
+pkgver=231.r3.g87a9d64
pkgrel=1
pkgdesc="Systemd python bindings"
arch=('any')
url="https://github.com/systemd/python-systemd"
depends=('python' 'systemd')
makedepends=('python-setuptools')
-provides=python-systemd
-conflicts=python-systemd
+provides=('python-systemd')
+conflicts=('python-systemd')
license=('GPL3')
arch=('any')
source=("${pkgname}"::"git+https://github.com/systemd/python-systemd.git")