summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20332262954d..5f98df938abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-peeweeplus-git
depends = python-strflib
depends = python-functoolsplus
provides = python-peeweeplus
+ conflicts = python-peeweeplus
source = peeweeplus::git+https://gitlab.com/HOMEINFO/peeweeplus.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b06f97bb60f..4cd28f34cb1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPLv3')
depends=('python' 'python-peewee' 'python-argon2_cffi' 'python-timelib-git' 'python-strflib' 'python-functoolsplus')
makedepends=('git' 'python')
provides=("python-${_pkgbase}")
+conflicts=("python-${_pkgbase}")
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')
pkgdir='pkg'