summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a741c50a003..39aaadd943d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ly-git
pkgdesc = TUI display manager
- pkgver = 0.2
+ pkgver = 0.2.1.r0.g7557e0f
pkgrel = 1
url = https://github.com/cylgom/ly
arch = i686
@@ -11,6 +11,7 @@ pkgbase = ly-git
depends = xorg-xinit
depends = xorg-xauth
conflicts = ly
+ conflicts = python-ly-git
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 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')