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 9dc64cec2b0b..9a8fed01170e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.6
+ pkgver = 0.7
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.6.tar.gz
- sha256sums = 13f33260c54cba16d479c09912bf6e82089f0e8ec7a15877c9e78b4f07e43699
+ source = https://github.com/cherti/blinky/archive/v0.7.tar.gz
+ sha256sums = 167c14acdbf9791a14ead350aeca7db5fbf88b6af7c465cbe6637b4969fde485
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 2ec7c8ec3042..7b6c8ff41f41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -16,8 +16,8 @@ depends=('python' 'pyalpm' 'python-requests' 'python-termcolor')
#backup=()
options=(!emptydirs)
#install=
-source=('https://github.com/cherti/blinky/archive/v0.6.tar.gz')
-sha256sums=('13f33260c54cba16d479c09912bf6e82089f0e8ec7a15877c9e78b4f07e43699')
+source=('https://github.com/cherti/blinky/archive/v0.7.tar.gz')
+sha256sums=('167c14acdbf9791a14ead350aeca7db5fbf88b6af7c465cbe6637b4969fde485')
package() {
cd "$srcdir/$pkgname-$pkgver"