summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-03-17 20:33:05 -0500
committerCarlos Aznarán Laos2022-03-17 20:33:05 -0500
commit715c01c21d7d8765e1042d9b91100cb016417d53 (patch)
treea061730d55191dc27014361b9193ec599c2bb8c3 /PKGBUILD
parent2694a03120fd1dcd0a1d60c10d078cb1026e2775 (diff)
downloadaur-715c01c21d7d8765e1042d9b91100cb016417d53.tar.gz
Add provides, conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7cd45326978..9f816ea1a661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ makedepends=(python-{build,installer} git)
# checkdepends=(python-pytest python-pytest-mock python-virtualenv)
source=(git+${url})
sha512sums=('SKIP')
+provides=(${_pkgname})
+conflicts=(${_pkgname})
pkgver() {
cd ${_pkgname}