summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Große Sundrup2020-10-13 13:58:40 +0200
committerJonas Große Sundrup2020-10-13 13:58:40 +0200
commit2b0395f08c5020dc6d62b04dfb003d81ac253603 (patch)
tree6ccdbdd5df857cc6725bcd70cbdb491b2c9443b8 /PKGBUILD
parenta5e7e0af618cf959a0391b16fb1d84522a97cb40 (diff)
downloadaur-2b0395f08c5020dc6d62b04dfb003d81ac253603.tar.gz
Package v0.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b49731edf85b..79b42e0ea8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.22
-pkgrel=2
+pkgver=0.22.1
+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.22.tar.gz')
-sha256sums=('8b31aa3fef057386b191430bdc6e0d6ff745c516a699da96117c8d57996b8a8e')
+source=('https://github.com/cherti/blinky/archive/v0.22.1.tar.gz')
+sha256sums=('6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913')
package() {
cd "$srcdir/$pkgname-$pkgver"