summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMahor Foruzesh2021-04-23 11:51:19 +0430
committerMahor Foruzesh2021-04-23 11:51:19 +0430
commit226705c61286e7f6b50b80afd4c1809b8c0c9456 (patch)
tree7003ada61e8cc169912ede8fd2698f9f838b53c5 /PKGBUILD
parent7313550ad6f6a6376f2150b05e10e1bc14207bd8 (diff)
downloadaur-226705c61286e7f6b50b80afd4c1809b8c0c9456.tar.gz
added conflicts('tachidesk-preview')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42a6f90b7c20..2a9d1f87dd2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/Suwayomi/Tachidesk"
license=("MPL2")
depends=("java-runtime")
provides=("tachidesk")
+conflicts=("tachidesk-preview")
_semver=$(printf v${pkgver} | cut -d'.' -f4 --complement)
_commit=$(printf ${pkgver} | cut -d'.' -f4)
_jar=Tachidesk-${_semver}-${_commit}.jar