summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2020-05-28 00:50:15 +0200
committerJonas Große Sundrup2020-05-28 00:50:15 +0200
commitca5773458d223327f1f5b6527ec9482760b0c9f1 (patch)
treeb2c64d3be3628a2fa7311df2f75b0a1d62dc6d71
parent90b22767a306a5da78b85070d3cae42f0444bf05 (diff)
downloadaur-ca5773458d223327f1f5b6527ec9482760b0c9f1.tar.gz
package v0.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5080bbe25d4c..189ce3d658f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.20.1
- pkgrel = 3
+ pkgver = 0.21
+ pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
license = GPLv3
@@ -12,8 +12,8 @@ pkgbase = blinky
depends = python-pyxdg
depends = colordiff
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.20.1.tar.gz
- sha256sums = 68f4a41d5a74257423ce0d6d3be9ec009ff07aa865ea9f758fc9163216933e19
+ source = https://github.com/cherti/blinky/archive/v0.21.tar.gz
+ sha256sums = b8a0648b108c3938c36069a9bc75ce76cb6720c6dcc7acff7ae8edf82f030d66
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 85bbdf0bcd58..46ae01830eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.20.1
-pkgrel=3
+pkgver=0.21
+pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
url="https://github.com/cherti/blinky"
license=('GPLv3')
depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.20.1.tar.gz')
-sha256sums=('68f4a41d5a74257423ce0d6d3be9ec009ff07aa865ea9f758fc9163216933e19')
+source=('https://github.com/cherti/blinky/archive/v0.21.tar.gz')
+sha256sums=('b8a0648b108c3938c36069a9bc75ce76cb6720c6dcc7acff7ae8edf82f030d66')
package() {
cd "$srcdir/$pkgname-$pkgver"