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 4cfef1752d3f..28ffb40de93b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.9.2
+ pkgver = 0.10
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -10,8 +10,8 @@ pkgbase = blinky
depends = python-requests
depends = python-termcolor
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.9.2.tar.gz
- sha256sums = 5a1b6268eba44500a32afb7d611f03b303692d02776a6acaf8c640ade57d04cd
+ source = https://github.com/cherti/blinky/archive/v0.10.tar.gz
+ sha256sums = ec7b8d9f8a7924aeac93205e91b6b39356b101c55fd041d40a6882b9ca5c2b0d
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index c472eb7d49ad..8247dd700b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.9.2
+pkgver=0.10
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')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.9.2.tar.gz')
-sha256sums=('5a1b6268eba44500a32afb7d611f03b303692d02776a6acaf8c640ade57d04cd')
+source=('https://github.com/cherti/blinky/archive/v0.10.tar.gz')
+sha256sums=('ec7b8d9f8a7924aeac93205e91b6b39356b101c55fd041d40a6882b9ca5c2b0d')
package() {
cd "$srcdir/$pkgname-$pkgver"