summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2019-01-19 15:45:19 +0100
committerJonas Große Sundrup2019-01-19 15:45:19 +0100
commit4d8a01ac5edae1b8baf293a9c92f45bfe551697f (patch)
tree50c2c4e33deedcf7597a43e5e54a51959ac1a604
parent5d93183f753f6a6451684e40449342eb7ad4c866 (diff)
downloadaur-4d8a01ac5edae1b8baf293a9c92f45bfe551697f.tar.gz
package v0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b89b6c273b87..3b2eed852da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.13.2
+ pkgver = 0.14
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -11,8 +11,8 @@ pkgbase = blinky
depends = python-termcolor
depends = colordiff
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.13.2.tar.gz
- sha256sums = ec257f8f7fdc6c7c4bdd6051c24e9e25ddadd792208f4ea7141dcf6bf3948d1e
+ source = https://github.com/cherti/blinky/archive/v0.14.tar.gz
+ sha256sums = 01fa764c25a4a17f1c4279d3d7dc2a8c2c5d2b233be0eddd8ba747be029e13ae
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 8003dae9b590..89918f68d864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.13.2
+pkgver=0.14
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' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.13.2.tar.gz')
-sha256sums=('ec257f8f7fdc6c7c4bdd6051c24e9e25ddadd792208f4ea7141dcf6bf3948d1e')
+source=('https://github.com/cherti/blinky/archive/v0.14.tar.gz')
+sha256sums=('01fa764c25a4a17f1c4279d3d7dc2a8c2c5d2b233be0eddd8ba747be029e13ae')
package() {
cd "$srcdir/$pkgname-$pkgver"