summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-08-26 19:00:19 +0200
committernfnty2016-08-26 19:00:19 +0200
commitb985a3c18a54b54966a97569cfe3636a6a16acd6 (patch)
tree8911df1fba3f04e98a4f29630a408ec2dd28adb4
parente0727f8d7f421c4b0991a662cbbf4bc0591b76d4 (diff)
downloadaur-b985a3c18a54b54966a97569cfe3636a6a16acd6.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 f8d2037b12ca..84586feb3543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 13:24:07 UTC 2016
+# Fri Aug 26 17:00:18 UTC 2016
pkgbase = python-dockerpty-git
pkgdesc = Pseudo-tty handler for docker Python client
pkgver = r1
diff --git a/PKGBUILD b/PKGBUILD
index c1bf5ffe0c0c..7684d1e9c3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=('Apache')
depends=('python' 'python-six')
makedepends=('git' 'python-setuptools')
-provides=('python-dockerpty')
-conflicts=('python-dockerpty')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git")
sha512sums=('SKIP')