summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2023-12-11 02:21:26 +0100
committerpiotr2023-12-11 02:21:26 +0100
commitaba39c76b9cae8e10899f97680f819888bc9f143 (patch)
treea99d196efaa9ac83ee50a232b358f0beb487e1fb /PKGBUILD
parent22dfdf4348d94582283673ba46d417396bec410d (diff)
downloadaur-aba39c76b9cae8e10899f97680f819888bc9f143.tar.gz
update to 0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df7cd52531b3..9ef1ea1ff8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
# Project: nwg-shell for sway, https://github.com/nwg-piotr/nwg-shell
pkgname=('nwg-bar')
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="GTK3-based button bar for sway and other wlroots-based compositors"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('go')
depends=('gtk3' 'gtk-layer-shell')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-bar/archive/v"$pkgver".tar.gz")
-md5sums=('93586f5df8e5c4a147d7f335cd7e2ede')
+md5sums=('389b0e7b37bb52c790042006f494e2fb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"