summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-08-26 19:00:58 +0200
committernfnty2016-08-26 19:00:58 +0200
commitaa15d4287ca765dacd49cad4245639602e06c0aa (patch)
treef483b491036d8cf1ee43fd5e66d188317a6c56ad
parent621da20d90f5e0b44b28be306ca44f110d956fce (diff)
downloadaur-aa15d4287ca765dacd49cad4245639602e06c0aa.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 36d76bace1a3..ad9ad1295cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 13:24:52 UTC 2016
+# Fri Aug 26 17:00:58 UTC 2016
pkgbase = python-websocket-client-git
pkgdesc = Websocket client for python
pkgver = r1
diff --git a/PKGBUILD b/PKGBUILD
index ebb3424c83a9..06bd507ec5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=('GPL2')
depends=('python-six')
makedepends=('git' 'python-setuptools')
-provides=('python-websocket-client')
-conflicts=('python-websocket-client')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git")
sha512sums=('SKIP')