summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Cerruti2022-05-08 14:36:49 +0200
committerAlessandro Cerruti2022-05-08 14:36:49 +0200
commitb89d665c2687ef6504f416ed5e703a7d41b135f0 (patch)
tree0b503aa9877a9fc44e97030b00407f2b773fc67b
parentc4c5bc9ddee886f2d4cfc60c2f12063aff339d0a (diff)
downloadaur-b89d665c2687ef6504f416ed5e703a7d41b135f0.tar.gz
bump version, add shellcheck disable
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b580cf48b44..e4a3aa26ddf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# shellcheck disable=SC2034,SC2148,SC2154,SC2164
# Maintainer: Alessandro Cerruti
# Contributor: Alessandro Cerruti
_pkgbase=i3bard
pkgname=i3bard-git
-pkgver=r16.1b9dfb4
-pkgrel=2
+pkgver=r27.4911002
+pkgrel=1
pkgdesc='async i3blocks clone that can synchronize multiple instances'
arch=('any')
url='https://gitlab.com/chrooti/i3bard'