summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2020-02-03 17:31:22 +0100
committercylgom2020-02-03 17:31:22 +0100
commit4574d69fb63d53bbfa7078b2ac026a69faac1216 (patch)
treefc7598d2cc7ef38b922d103d7bc36cc351386525
parent978c73fa481ee15319987a9629390046769ed206 (diff)
downloadaur-4574d69fb63d53bbfa7078b2ac026a69faac1216.tar.gz
update to v0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77016d1d6b28..38ad5f5b6741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ly
pkgdesc = TUI display manager
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/cylgom/ly
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ly
depends = xorg-xauth
conflicts = ly-git
conflicts = python-ly-git
- source = https://github.com/cylgom/ly/releases/download/v0.4.0/ly_0.4.0.zip
- md5sums = f005fca7f77d1838d72e462cf3be2995
+ source = https://github.com/cylgom/ly/releases/download/v0.5.0/ly_0.5.0.zip
+ md5sums = ff30840e9427343cb4a537095647d811
pkgname = ly
diff --git a/PKGBUILD b/PKGBUILD
index cc0c4e9fb205..53bdc36d5639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cylgom <cylgom@gmail.com>
pkgname=ly
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="TUI display manager"
arch=('i686' 'x86_64')
@@ -9,11 +9,11 @@ license=('custom:WTFPL')
makedepends=('unzip')
depends=('pam' 'xorg-xauth')
conflicts=('ly-git' 'python-ly-git')
-source=('https://github.com/cylgom/ly/releases/download/v0.4.0/ly_0.4.0.zip')
-md5sums=('f005fca7f77d1838d72e462cf3be2995')
+source=('https://github.com/cylgom/ly/releases/download/v0.5.0/ly_0.5.0.zip')
+md5sums=('ff30840e9427343cb4a537095647d811')
package() {
- cd ly_0.4.0
+ cd ly_0.5.0
DESTDIR="$pkgdir" ./install.sh
install -D -m644 license.md "${pkgdir}/usr/share/licenses/${pkgname}/WTFPL"
}