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 8247dd700b9f..56e1539d02dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.10
+pkgver=0.10.1
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.10.tar.gz')
-sha256sums=('ec7b8d9f8a7924aeac93205e91b6b39356b101c55fd041d40a6882b9ca5c2b0d')
+source=('https://github.com/cherti/blinky/archive/v0.10.1.tar.gz')
+sha256sums=('56e89b45fc16105fe4659b646b9527034176efbc41b690dc390486214526232f')
package() {
cd "$srcdir/$pkgname-$pkgver"