summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2019-06-10 16:56:11 +0200
committercylgom2019-06-10 16:56:11 +0200
commitdf9344e9b06694f412e82f0b1d8afccea0c97c40 (patch)
tree7a566edcd818949c61e36534254f03b9dac085b3
parent35f16dd3b92cff5d09124e0d0a6675878b3172d0 (diff)
downloadaur-df9344e9b06694f412e82f0b1d8afccea0c97c40.tar.gz
update to new iteration
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2c30546ed2..94556954324f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ly
pkgdesc = TUI display manager
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/cylgom/ly
arch = i686
@@ -8,12 +8,11 @@ pkgbase = ly
license = custom:WTFPL
makedepends = unzip
depends = pam
- depends = xorg-xinit
depends = xorg-xauth
conflicts = ly-git
conflicts = python-ly-git
- source = https://github.com/cylgom/ly/releases/download/0.2.1/ly_0.2.1.zip
- md5sums = 4dcc18944efc71e55a13e0e442d98fbb
+ source = https://github.com/cylgom/ly/releases/download/v0.3.0/ly_0.3.0.zip
+ md5sums = e3ebb9c21f68bb3ddff75068a847e7cc
pkgname = ly
diff --git a/PKGBUILD b/PKGBUILD
index 3a1361d1b9ed..8ec7afb9cd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: cylgom <cylgom@gmail.com>
pkgname=ly
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="TUI display manager"
arch=('i686' 'x86_64')
url="https://github.com/cylgom/ly"
license=('custom:WTFPL')
makedepends=('unzip')
-depends=('pam' 'xorg-xinit' 'xorg-xauth')
+depends=('pam' 'xorg-xauth')
conflicts=('ly-git' 'python-ly-git')
-source=('https://github.com/cylgom/ly/releases/download/0.2.1/ly_0.2.1.zip')
-md5sums=('4dcc18944efc71e55a13e0e442d98fbb')
+source=('https://github.com/cylgom/ly/releases/download/v0.3.0/ly_0.3.0.zip')
+md5sums=('e3ebb9c21f68bb3ddff75068a847e7cc')
package() {
- cd ly_0.2.1
+ cd ly_0.3.0
DESTDIR="$pkgdir" ./install.sh
- install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/WTFPL"
+ install -D -m644 license.md "${pkgdir}/usr/share/licenses/${pkgname}/WTFPL"
}