summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2016-02-16 10:46:24 +0100
committerAlexander Görtz2016-02-16 10:46:24 +0100
commitf684a22e87323b800372e865bbbb71c7976bb433 (patch)
treee82f91100a211da270f21e7b18596203d3b11142
parent5fbbac9e4324de8bb2797a6cfe5631bce35a8eb7 (diff)
downloadaur-f684a22e87323b800372e865bbbb71c7976bb433.tar.gz
Version bump and correct provides and conflicts array
-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")