summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyndair2022-10-30 13:16:22 +0000
committerkyndair2022-10-30 13:16:22 +0000
commitf05ed035e06e3b36944d28eff8c9844d251337d0 (patch)
treeb8a9b94c328b98fd605b55435eab3893515b9a01
parent7e5111675f57344ca23d62aa5643070282f2c6bc (diff)
downloadaur-f05ed035e06e3b36944d28eff8c9844d251337d0.tar.gz
conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56971fe5fa1f..585902eaaf9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = tome4-bin
license = custom
license = GPL3
provides = tome4
+ conflicts = tome4
source = tome4
source = tome4.desktop
sha256sums = 3a1e4901337f91697bcfaf095f488c447c27ccc2484a543e31f024d5aefb61a0
diff --git a/PKGBUILD b/PKGBUILD
index 805a0e5f8436..81cacf1be430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url="https://te4.org/"
license=('custom' 'GPL3')
provides=('tome4')
+conflicts=('tome4')
source=(tome4 tome4.desktop)
source_x86_64=("https://te4.org/dl/t-engine/t-engine4-linux64-${pkgver}.tar.bz2")
source_i686=("https://te4.org/dl/t-engine/t-engine4-linux32-${pkgver}.tar.bz2")