summarylogtreecommitdiffstats
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
parenta5e7e0af618cf959a0391b16fb1d84522a97cb40 (diff)
downloadaur-2b0395f08c5020dc6d62b04dfb003d81ac253603.tar.gz
Package v0.22.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc5ff563a51..c4b6bc1601cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.22
- pkgrel = 2
+ pkgver = 0.22.1
+ 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.22.tar.gz
- sha256sums = 8b31aa3fef057386b191430bdc6e0d6ff745c516a699da96117c8d57996b8a8e
+ source = https://github.com/cherti/blinky/archive/v0.22.1.tar.gz
+ sha256sums = 6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913
pkgname = blinky
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"