summarylogtreecommitdiffstats
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
parent16546a9f221865e1e6c30d896b64e1ee36a3d96b (diff)
downloadaur-337f4c4dc63cbd166d9d6c9c6c2f5892df4d5541.tar.gz
package v0.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829edc78d5c7..db62fee6ec4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.23
+ pkgver = 0.23.1
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -15,7 +15,7 @@ pkgbase = blinky
depends = 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
pkgname = blinky
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"