Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 262A67817CC for ; Mon, 18 Apr 2022 11:05:55 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1650279599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RDrTLgJe+3sMpIc5n55rkI9C3o4Pz6gNzs982xeO8P4=; b=gGYmjuSDJhTcysk5+UguWiG+2ZkeCQx7kFKLUCkCaS5aMkVhEllwgxlH82MQ7Ree3Ytr3y kRtMFnzaVq78ks/6j7eehxzKldufSFuVyreB3EI4INAa1qtUnUodpk7vNyzVIg6wxj+Iy2 BqrrCgCUE9NwoFY6yfw9SKYqzJuiO4w= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] testing/nwg-bar: upgrade to 0.1.0 Date: Mon, 18 Apr 2022 11:58:25 +0100 Message-Id: <20220418105824.4914-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- 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 # Maintainer: Edd Salkield 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