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 89918f68d864..0a74e087b708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.14
+pkgver=0.15
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.14.tar.gz')
-sha256sums=('01fa764c25a4a17f1c4279d3d7dc2a8c2c5d2b233be0eddd8ba747be029e13ae')
+source=('https://github.com/cherti/blinky/archive/v0.15.tar.gz')
+sha256sums=('ca8c923b7ce24775d3e2e807e7a4010924a598a413c1722be445f197640fbbdb')
package() {
cd "$srcdir/$pkgname-$pkgver"