summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d037b0329ce9..020b1043d71e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ly-git
pkgdesc = TUI display manager
- pkgver = 0.2.1.r0.g7557e0f
+ pkgver = v0.3.0.r0.g61fd099
pkgrel = 1
url = https://github.com/cylgom/ly
arch = i686
@@ -9,15 +9,10 @@ pkgbase = ly-git
license = custom:WTFPL
makedepends = git
depends = pam
- 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
- md5sums = SKIP
- md5sums = SKIP
md5sums = SKIP
pkgname = ly-git
diff --git a/PKGBUILD b/PKGBUILD
index 08abee525850..eacf190281f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: cylgom <cylgom@gmail.com>
pkgname=ly-git
-pkgver=0.2.1.r0.g7557e0f
+pkgver=v0.3.0.r0.g61fd099
pkgrel=1
pkgdesc="TUI display manager"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/cylgom/ly"
license=('custom:WTFPL')
makedepends=('git')
-depends=('pam' 'xorg-xinit' 'xorg-xauth')
+depends=('pam' 'xorg-xauth')
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')
-md5sums=('SKIP' 'SKIP' 'SKIP')
+source=('git+https://github.com/cylgom/ly.git')
+md5sums=('SKIP')
pkgver() {
cd ly
@@ -21,7 +19,7 @@ pkgver() {
prepare() {
cd ly
- git submodule update --init --recursive
+ make github
}
build() {