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 f53fa1d6038a..eaf93b46a777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.18
+ pkgver = 0.19
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -11,8 +11,8 @@ pkgbase = blinky
depends = python-termcolor
depends = 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
pkgname = blinky
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"