summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Große Sundrup2019-12-26 22:14:40 +0100
committerJonas Große Sundrup2019-12-26 22:14:40 +0100
commit76f51206dee28c318c9459d38c00b5a7a7779a17 (patch)
tree8bfe493239cdd054c72c87d7e92c39ce190aa24b /PKGBUILD
parent099457adec1d24553826eb74167db3a23fe335b2 (diff)
downloadaur-76f51206dee28c318c9459d38c00b5a7a7779a17.tar.gz
package v0.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b311ce17f10..73314d0dce91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.16
+pkgver=0.18
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -9,8 +9,8 @@ url="https://github.com/cherti/blinky"
license=('GPLv3')
depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.16.tar.gz')
-sha256sums=('5713fe45b1f225db56c7d4af8fa1ae02c8321d814587e6eba47069ff1b44710e')
+source=('https://github.com/cherti/blinky/archive/v0.18.tar.gz')
+sha256sums=('c1eaea3deb1da6eb3b72a02e742a0136bbf9e5983fe4ef157d18ac938ae65e17')
package() {
cd "$srcdir/$pkgname-$pkgver"