summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2021-12-13 02:48:29 +0100
committerJonas Große Sundrup2021-12-13 02:48:29 +0100
commit16546a9f221865e1e6c30d896b64e1ee36a3d96b (patch)
tree1827c689e5c1248b1c8ff8bf3920d68a52baaaa2
parent31d4b8b74de19faea046609325c0cc9d8a077699 (diff)
downloadaur-16546a9f221865e1e6c30d896b64e1ee36a3d96b.tar.gz
package v0.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f297a27e6480..829edc78d5c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.22.1
- pkgrel = 2
+ pkgver = 0.23
+ pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
license = GPLv3
@@ -15,7 +15,7 @@ pkgbase = blinky
depends = wget
optdepends = libnotify
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.22.1.tar.gz
- sha256sums = 6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913
+ source = https://github.com/cherti/blinky/archive/v0.23.tar.gz
+ sha256sums = a567fb34137faa4d6c448e8ab07a4c4126514cf85f2a25507a01392d45f76c9d
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index d4a2d282af05..6332809d48a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.22.1
-pkgrel=2
+pkgver=0.23
+pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
url="https://github.com/cherti/blinky"
@@ -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.22.1.tar.gz')
-sha256sums=('6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913')
+source=('https://github.com/cherti/blinky/archive/v0.23.tar.gz')
+sha256sums=('a567fb34137faa4d6c448e8ab07a4c4126514cf85f2a25507a01392d45f76c9d')
package() {
cd "$srcdir/$pkgname-$pkgver"