summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cdbffad05c0..4e28c8a790a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = gospt-git
license = GPL
makedepends = go
provides = gospt
+ conflicts = gospt
source = git+https://gitea.asdf.cafe/abs3nt/gospt.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 07fad2f2264a..c4148c223277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('x86_64')
url="https://gitea.asdf.cafe/abs3nt/gospt"
license=('GPL')
provides=(gospt)
-conflict=(gospt)
+conflicts=(gospt)
makedepends=('go')
source=("git+$url.git")
sha256sums=('SKIP')