summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5fbbac9e4324de8bb2797a6cfe5631bce35a8eb7 (diff)
downloadaur-python-systemd-git.tar.gz
Version bump and correct provides and conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")