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 34b5db666baf..1173f18abadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.7
+pkgver=0.8
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')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.7.tar.gz')
-sha256sums=('167c14acdbf9791a14ead350aeca7db5fbf88b6af7c465cbe6637b4969fde485')
+source=('https://github.com/cherti/blinky/archive/v0.8.tar.gz')
+sha256sums=('635305cb697bec97c40dbeb432eb3391030f2aa88f0a681819f089caa7006321')
package() {
cd "$srcdir/$pkgname-$pkgver"