summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2018-07-28 23:58:39 +0200
committerJonas Große Sundrup2018-07-28 23:58:39 +0200
commitc39264760fb6e5892ba3fbe6c05dc457cc9fc92e (patch)
tree30508aba1218aa42f893b9eb7e68615320da5de7
parentd98489bad9e364b3af332d0e7f38f4a819d8b1f2 (diff)
downloadaur-c39264760fb6e5892ba3fbe6c05dc457cc9fc92e.tar.gz
Package release v0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f668bfc874..78c8c9dea4be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.4
+ pkgver = 0.5
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.4.tar.gz
- sha256sums = 8d82447894d1b632e2c91988e3308540d9a6a18da99b99b6edeb3bd595a6a1bc
+ source = https://github.com/cherti/blinky/archive/v0.5.tar.gz
+ sha256sums = c9b9986f45bfa855d3ffc9976cd8913733838a8eb797e9a44ea5a0f8ef6615f2
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 0acf8268c37d..f8f587c7beff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.4
+pkgver=0.5
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.4.tar.gz')
-sha256sums=('8d82447894d1b632e2c91988e3308540d9a6a18da99b99b6edeb3bd595a6a1bc')
+source=('https://github.com/cherti/blinky/archive/v0.5.tar.gz')
+sha256sums=('c9b9986f45bfa855d3ffc9976cd8913733838a8eb797e9a44ea5a0f8ef6615f2')
package() {
cd "$srcdir/$pkgname-$pkgver"