summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4c78c905e09..e622f3d9ad6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.20
+ pkgver = 0.20.1
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -12,8 +12,8 @@ pkgbase = blinky
depends = python-pyxdg
depends = colordiff
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.20.tar.gz
- sha256sums = 835a4d3175574f7262ffb843431c436777ca8644dc46391c9df520bca365b58d
+ source = https://github.com/cherti/blinky/archive/v0.20.1.tar.gz
+ sha256sums = d95e175c659ddbd8c71ef2167fef5a040708388cbaaf628c362621ecc44bd18b
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index e8e0aa6cf8c8..9fc44e83f272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.20
+pkgver=0.20.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' 'python-pyxdg' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.20.tar.gz')
-sha256sums=('835a4d3175574f7262ffb843431c436777ca8644dc46391c9df520bca365b58d')
+source=('https://github.com/cherti/blinky/archive/v0.20.1.tar.gz')
+sha256sums=('d95e175c659ddbd8c71ef2167fef5a040708388cbaaf628c362621ecc44bd18b')
package() {
cd "$srcdir/$pkgname-$pkgver"