summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabon2022-01-14 05:03:31 +0900
committerfabon2022-01-14 05:03:31 +0900
commit319225d53d0ab905dc37797c5c07ce5cd87a3d7f (patch)
treef321781a58a3cd6272012535c4a7865769986fd1
parent390a33cd05e388bfcf87fed562682527c68e1e17 (diff)
downloadaur-319225d53d0ab905dc37797c5c07ce5cd87a3d7f.tar.gz
Add conflict package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6178f1e9af4f..eb51e92a77b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = difftance-git
makedepends = git
makedepends = make
depends = crystal
+ conflicts = difftance-bin
source = difftance-git::git+https://github.com/fabon-f/difftance.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23b41b5d7864..99a66e415d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/fabon-f/difftance"
license=('MIT')
depends=('crystal')
makedepends=('git' 'make')
+conflicts=('difftance-bin')
source=("${pkgname}::git+https://github.com/fabon-f/difftance.git")
md5sums=('SKIP')