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 46c1d24b2ed5..20332262954d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = python-peeweeplus-git
depends = python-timelib-git
depends = python-strflib
depends = python-functoolsplus
+ provides = python-peeweeplus
source = peeweeplus::git+https://gitlab.com/HOMEINFO/peeweeplus.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd774dbd0fbb..8b06f97bb60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://gitlab.com/HOMEINFO/${_pkgbase}"
license=('GPLv3')
depends=('python' 'python-peewee' 'python-argon2_cffi' 'python-timelib-git' 'python-strflib' 'python-functoolsplus')
makedepends=('git' 'python')
+provides=("python-${_pkgbase}")
source=("${_pkgbase}::git+${url}.git")
md5sums=('SKIP')
pkgdir='pkg'