summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75e8a51c1101..44c9fd7ddf48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = proji
makedepends = golang-github-stretchr-testify
makedepends = git
depends = glibc
+ provides = proji
+ conflicts = proji
source = proji::git+https://github.com/nikoksr/proji.git#tag=v0.19.2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15c49047f427..8c07b3bf27d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ url="https://github.com/nikoksr/proji"
license=("custom:MIT")
depends=("glibc")
makedepends=("go-pie" "golang-golang-x-sys" "golang-golang-x-text" "golang-github-stretchr-testify" "git")
+provides=($_pkgname)
+conflicts=($_pkgname)
install="${pkgname}.install"
source=("${_pkgname}::git+https://github.com/nikoksr/proji.git#tag=v${pkgver}")
sha512sums=('SKIP')