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 3650137c87a3..6ac333c3d8b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.15
+ pkgver = 0.15.1
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.15.tar.gz
- sha256sums = ca8c923b7ce24775d3e2e807e7a4010924a598a413c1722be445f197640fbbdb
+ source = https://github.com/cherti/blinky/archive/v0.15.1.tar.gz
+ sha256sums = 924bd8dd81ac013b48fe171353d8386203d7ddf47685aabda996ed6895445b50
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 0a74e087b708..90f8d2104387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.15
+pkgver=0.15.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' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.15.tar.gz')
-sha256sums=('ca8c923b7ce24775d3e2e807e7a4010924a598a413c1722be445f197640fbbdb')
+source=('https://github.com/cherti/blinky/archive/v0.15.1.tar.gz')
+sha256sums=('924bd8dd81ac013b48fe171353d8386203d7ddf47685aabda996ed6895445b50')
package() {
cd "$srcdir/$pkgname-$pkgver"