summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 456cad4b70cb..3b311ce17f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.15.2
+pkgver=0.16
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.15.2.tar.gz')
-sha256sums=('a5d8ecde62681fabf9bf166c9dd5f1efefb7933511a110da342a34efa7146760')
+source=('https://github.com/cherti/blinky/archive/v0.16.tar.gz')
+sha256sums=('5713fe45b1f225db56c7d4af8fa1ae02c8321d814587e6eba47069ff1b44710e')
package() {
cd "$srcdir/$pkgname-$pkgver"