summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjohnstondev2023-01-09 19:34:17 -0800
committerjjohnstondev2023-01-09 19:34:17 -0800
commitb4c5753c3e0655aca39d40d1b3b7011891adc590 (patch)
tree4c493c17356184d830b095ed7fefc77fd02e43b0
parent5c8c3d388a32103082f8a87c9226a5992b9a7b6a (diff)
downloadaur-b4c5753c3e0655aca39d40d1b3b7011891adc590.tar.gz
fix conflicts
-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')