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 c3012aa87155..65bff241fe8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.2
+ pkgver = 0.3
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.2.tar.gz
- sha256sums = e699b9164be3b886a6ff48dc834e6c25ecf31e5bc7599895159a06bcc6d66015
+ source = https://github.com/cherti/blinky/archive/v0.3.tar.gz
+ sha256sums = 196d2732367542c46d04d54be140f06f6e51ab3bc33dca5f7cc9dbb5949500c2
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 7ffc00867c80..b9458a549ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.2
+pkgver=0.3
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.2.tar.gz')
-sha256sums=('e699b9164be3b886a6ff48dc834e6c25ecf31e5bc7599895159a06bcc6d66015')
+source=('https://github.com/cherti/blinky/archive/v0.3.tar.gz')
+sha256sums=('196d2732367542c46d04d54be140f06f6e51ab3bc33dca5f7cc9dbb5949500c2')
package() {
cd "$srcdir/$pkgname-$pkgver"