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 2809e41a6ef0..7ffc00867c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.1
+pkgver=0.2
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.1.tar.gz')
-sha256sums=('d784101f95b511331cf4816fb88e084065634b9faa2c4b1696e5c19a43da561a')
+source=('https://github.com/cherti/blinky/archive/v0.2.tar.gz')
+sha256sums=('e699b9164be3b886a6ff48dc834e6c25ecf31e5bc7599895159a06bcc6d66015')
package() {
cd "$srcdir/$pkgname-$pkgver"