summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-08-26 19:00:06 +0200
committernfnty2016-08-26 19:00:06 +0200
commit822a135fd9f20cc35ebcb2d741fbf2a8c1096a01 (patch)
treeb192286c8ef75ad05bfacec85aad4337bc11d657
parentc4d7ae981673703052ec033ec7b130b679ef359c (diff)
downloadaur-822a135fd9f20cc35ebcb2d741fbf2a8c1096a01.tar.gz
Replace old `provides` and `conflicts` with new format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d87a909538..5a711a4fca1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 13:23:55 UTC 2016
+# Fri Aug 26 17:00:04 UTC 2016
pkgbase = python-docker-py-git
pkgdesc = An API client for docker written in Python
pkgver = r1
diff --git a/PKGBUILD b/PKGBUILD
index 6469fc6d77c4..5947e16eef5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ depends=(
'python-websocket-client'
)
makedepends=('git' 'python-setuptools')
-provides=('python-docker-py')
-conflicts=('python-docker-py')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git")
sha512sums=('SKIP')