summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2018-09-26 15:46:39 +0200
committercylgom2018-09-26 15:46:39 +0200
commitbdd2c71fab071e1cc2daed4353f6f17eafda7a1a (patch)
treee7971fa35485ac4e7d3b2ce2b3f8c41a7c860ac2
parent398a3f151a4ea7f29669767256ae6663f549c0c3 (diff)
downloadaur-bdd2c71fab071e1cc2daed4353f6f17eafda7a1a.tar.gz
added conflict info
-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')