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 f25d761dc30b..132f7629d605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.12
+ pkgver = 0.13
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.12.tar.gz
- sha256sums = 4010887c07491515c1e0cb412783d8222e0437e1e6a6003c8474607d0a156a73
+ source = https://github.com/cherti/blinky/archive/v0.13.tar.gz
+ sha256sums = f99e4d04f90e041b9dcc64264ba8ef0c8676df8dd2bf01fe44a8505ce13bba4e
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 46d53c6c47f3..795f82939319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.12
+pkgver=0.13
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.12.tar.gz')
-sha256sums=('4010887c07491515c1e0cb412783d8222e0437e1e6a6003c8474607d0a156a73')
+source=('https://github.com/cherti/blinky/archive/v0.13.tar.gz')
+sha256sums=('f99e4d04f90e041b9dcc64264ba8ef0c8676df8dd2bf01fe44a8505ce13bba4e')
package() {
cd "$srcdir/$pkgname-$pkgver"