summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent31d4b8b74de19faea046609325c0cc9d8a077699 (diff)
downloadaur-16546a9f221865e1e6c30d896b64e1ee36a3d96b.tar.gz
package v0.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"