summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1073828f8c5f..6a741c50a003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = ly-git
depends = pam
depends = xorg-xinit
depends = xorg-xauth
+ conflicts = ly
source = git+https://github.com/cylgom/ly.git
source = git+https://github.com/cylgom/termbox-next.git
source = git+https://github.com/benhoyt/inih.git
diff --git a/PKGBUILD b/PKGBUILD
index 5c5255f28a59..fe58bf9fc66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/cylgom/ly"
license=('custom:WTFPL')
makedepends=('git')
depends=('pam' 'xorg-xinit' 'xorg-xauth')
+conflicts=('ly')
source=('git+https://github.com/cylgom/ly.git'
'git+https://github.com/cylgom/termbox-next.git'
'git+https://github.com/benhoyt/inih.git')