summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c1d3ea405e6..8c92280aa7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ depends=(
'uwsgi-plugin-python'
'python-pymysql')
makedepends=('git' 'python')
-provides=("python-${_pkgbase}")
-conflicts=("python-${_pkgbase}")
+provides=("python-${_pkgbase}" "${_pkgbase}")
+conflicts=("python-${_pkgbase}" "${_pkgbase}")
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')
pkgdir='pkg'