summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Große Sundrup2023-06-08 23:34:08 -0400
committerJonas Große Sundrup2023-06-08 23:34:08 -0400
commit337f4c4dc63cbd166d9d6c9c6c2f5892df4d5541 (patch)
tree79dcf3efc1d3d105b4227bf558c719930e20c956 /PKGBUILD
parent16546a9f221865e1e6c30d896b64e1ee36a3d96b (diff)
downloadaur-337f4c4dc63cbd166d9d6c9c6c2f5892df4d5541.tar.gz
package v0.23.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6332809d48a9..14b8bd52d827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.23
+pkgver=0.23.1
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -10,8 +10,8 @@ license=('GPLv3')
depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' 'python-packaging' 'colordiff' 'wget')
optdepends=('libnotify')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.23.tar.gz')
-sha256sums=('a567fb34137faa4d6c448e8ab07a4c4126514cf85f2a25507a01392d45f76c9d')
+source=('https://github.com/cherti/blinky/archive/v0.23.1.tar.gz')
+sha256sums=('e9f617d9e704203ba8e755f90bd81f5efdb2572a8f868eb859fee21eec259dfd')
package() {
cd "$srcdir/$pkgname-$pkgver"