This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
3
3
[PATCH] testing/nwg-bar: upgrade to 0.1.0
---
testing/nwg-bar/APKBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/testing/nwg-bar/APKBUILD b/testing/nwg-bar/APKBUILD
index 938ab6b056..9388a1a010 100644
--- a/testing/nwg-bar/APKBUILD
+++ b/testing/nwg-bar/APKBUILD
@@ -1,18 +1,17 @@
# Contributor: Edd Salkield <edd@salkield.uk>
# Maintainer: Edd Salkield <edd@salkield.uk>
pkgname=nwg-bar
-pkgver=0.0.1
+pkgver=0.1.0
pkgrel=1
pkgdesc="GTK3-based button bar for sway and other wlroots-based compositors"
url="https://github.com/nwg-piotr/nwg-bar/"
arch="all"
license="MIT"
makedepends="go glib-dev cairo-dev gtk+3.0-dev gtk-layer-shell-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v$pkgver.tar.gz"
+source="https://github.com/nwg-piotr/nwg-bar/archive/v$pkgver/nwg-bar-v$pkgver.tar.gz"
options="!check net" # no upstream tests
build() {
- rm ./bin/nwg-bar
go build -o bin/nwg-bar .
}
@@ -23,5 +22,5 @@ package() {
}
sha512sums="
-3b5290e7ee49ec6303dace6987fc32b9d632bc574adcb2be3881d5535f6b50ba102aa9a2688875d3c2d06df0772008f2ae3eb642b7b16f227ea23e8e62362998 nwg-bar-0.0.1.tar.gz
+46c7fefe9e8b9557663154f5a808f630835212537d5ee9a5fe4067339d8cd44bd11c2735bd4042309b3d57820fd7f8dcbc23a8366246e9716fc0f00328301cbe nwg-bar-v0.1.0.tar.gz
"
--
2.35.1