summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff4b33b8f2d..3907798c4b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = recaf-bin
depends = java-runtime
depends = java-openjfx
depends = ttf-font
+ provides = recaf
conflicts = recaf
+ conflicts = recaf-git
replaces = recaf
noextract = recaf-2.21.7-J8-jar-with-dependencies.jar
source = https://github.com/Col-E/Recaf/releases/download/2.21.7/recaf-2.21.7-J8-jar-with-dependencies.jar
diff --git a/PKGBUILD b/PKGBUILD
index 76b7ab899920..1dd61f8682e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ arch=("any")
url="https://github.com/Col-E/Recaf"
license=("MIT")
depends=("java-runtime" "java-openjfx" "ttf-font")
-conflicts=("recaf")
-replaces=("recaf")
+conflicts=("$_pkgname" "$_pkgname-git")
+replaces=("$_pkgname")
+provides=("$_pkgname")
makedepends=("jdk-openjdk")
noextract=("$_pkgname-$pkgver-J8-jar-with-dependencies.jar")
source=(