summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcylgom2018-09-26 15:50:07 +0200
committercylgom2018-09-26 15:50:07 +0200
commit4fa600a427a94b8cabae22d0fce677357731100a (patch)
tree14a96de9d2df2d9031baccf15dcd6789cbf05c19 /PKGBUILD
parentbdd2c71fab071e1cc2daed4353f6f17eafda7a1a (diff)
downloadaur-4fa600a427a94b8cabae22d0fce677357731100a.tar.gz
added conflict with python-ly-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe58bf9fc66c..eafbfbb0e01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cylgom <cylgom@gmail.com>
pkgname=ly-git
-pkgver=0.2
+pkgver=0.2.1.r0.g7557e0f
pkgrel=1
pkgdesc="TUI display manager"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/cylgom/ly"
license=('custom:WTFPL')
makedepends=('git')
depends=('pam' 'xorg-xinit' 'xorg-xauth')
-conflicts=('ly')
+conflicts=('ly' 'python-ly-git')
source=('git+https://github.com/cylgom/ly.git'
'git+https://github.com/cylgom/termbox-next.git'
'git+https://github.com/benhoyt/inih.git')