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 626bc9168e38..8003dae9b590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.13.1
+pkgver=0.13.2
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.13.1.tar.gz')
-sha256sums=('3766f75ca38e852c64dbff4d091b3828e9fea60024bdd5ef310b111973760fce')
+source=('https://github.com/cherti/blinky/archive/v0.13.2.tar.gz')
+sha256sums=('ec257f8f7fdc6c7c4bdd6051c24e9e25ddadd792208f4ea7141dcf6bf3948d1e')
package() {
cd "$srcdir/$pkgname-$pkgver"