summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Große Sundrup2020-03-07 22:58:56 +0100
committerJonas Große Sundrup2020-03-07 22:58:56 +0100
commit47b00ed30ff796f07a9329e3a690db9a94931b3d (patch)
treebceca44a878c2dc747f7755da70eeca210dc40d4 /PKGBUILD
parent76f51206dee28c318c9459d38c00b5a7a7779a17 (diff)
downloadaur-47b00ed30ff796f07a9329e3a690db9a94931b3d.tar.gz
package v0.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73314d0dce91..e76d19d27992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.18
+pkgver=0.19
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.18.tar.gz')
-sha256sums=('c1eaea3deb1da6eb3b72a02e742a0136bbf9e5983fe4ef157d18ac938ae65e17')
+source=('https://github.com/cherti/blinky/archive/v0.19.tar.gz')
+sha256sums=('cbc16d9708cb4457abb66e91f8c351d59a90b2b4e6b19e19b2aab85efc247c5e')
package() {
cd "$srcdir/$pkgname-$pkgver"