summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2019-06-10 17:05:26 +0200
committercylgom2019-06-10 17:05:26 +0200
commit7e5b3451cd967aeff88c76184fcad8a1f99d0237 (patch)
tree9e9fe7696dd3521c51e808e764f8aea1e7b78524
parent44d204a82a20c0488312f4c02c1d38fb68b453c1 (diff)
downloadaur-7e5b3451cd967aeff88c76184fcad8a1f99d0237.tar.gz
update to new iteration
-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() {