summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')