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 b9458a549ba5..0acf8268c37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -16,8 +16,8 @@ depends=('python' 'pyalpm' 'python-requests' 'python-termcolor')
#backup=()
options=(!emptydirs)
#install=
-source=('https://github.com/cherti/blinky/archive/v0.3.tar.gz')
-sha256sums=('196d2732367542c46d04d54be140f06f6e51ab3bc33dca5f7cc9dbb5949500c2')
+source=('https://github.com/cherti/blinky/archive/v0.4.tar.gz')
+sha256sums=('8d82447894d1b632e2c91988e3308540d9a6a18da99b99b6edeb3bd595a6a1bc')
package() {
cd "$srcdir/$pkgname-$pkgver"