summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2018-09-07 12:04:08 +0200
committerJonas Große Sundrup2018-09-07 12:04:08 +0200
commit8ddcf134e5af3529451cafd8d8f1c8ce08309613 (patch)
tree659374394645e0d047f44d1e705fef84f654a814
parentdf2038a9bd2801d5740d042047b80888ea19f95d (diff)
downloadaur-8ddcf134e5af3529451cafd8d8f1c8ce08309613.tar.gz
Package v0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8fed01170e..301174603f02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.7
+ pkgver = 0.8
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.7.tar.gz
- sha256sums = 167c14acdbf9791a14ead350aeca7db5fbf88b6af7c465cbe6637b4969fde485
+ source = https://github.com/cherti/blinky/archive/v0.8.tar.gz
+ sha256sums = 635305cb697bec97c40dbeb432eb3391030f2aa88f0a681819f089caa7006321
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 34b5db666baf..1173f18abadc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.7
+pkgver=0.8
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.7.tar.gz')
-sha256sums=('167c14acdbf9791a14ead350aeca7db5fbf88b6af7c465cbe6637b4969fde485')
+source=('https://github.com/cherti/blinky/archive/v0.8.tar.gz')
+sha256sums=('635305cb697bec97c40dbeb432eb3391030f2aa88f0a681819f089caa7006321')
package() {
cd "$srcdir/$pkgname-$pkgver"