summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b930880eadf8..97611a801370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,13 @@ makedepends=(
'git'
"${_py}-setuptools"
)
+provides=(
+ "${_pkg}"
+ "${_py}-${_pkg}"
+)
+conflicts=(
+ "${_pkg}"
+)
source=(
"${_pkg}::git+${url}.git"
)