Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-look
Commits:
ed0308b2 by Robin Candau at 2026-06-08T09:22:36+02:00
upgpkg: 1.1.1-3: Fix URL in source array
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-look
pkgdesc = GTK settings editor adapted to work on wlroots-based
compositors
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nwg-piotr/nwg-look
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = nwg-look
depends = pango
depends = zlib
depends = xcur2png
- source = https://github.com/nwg-piotr/nwg-look/nwg-look-1.1.1.tar.gz
+ source =
https://github.com/nwg-piotr/nwg-look/archive/v1.1.1/nwg-look-1.1.1.tar.gz
sha256sums =
568c5efe443892d74ffce6cf8ac7db2aea6071be70d97d3ba7c5efd8b351e601
pkgname = nwg-look
=====================================
PKGBUILD
=====================================
@@ -4,26 +4,26 @@
pkgname=nwg-look
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="GTK settings editor adapted to work on wlroots-based compositors"
url="https://github.com/nwg-piotr/nwg-look"
arch=('x86_64')
license=('MIT')
depends=('glibc' 'gtk3' 'at-spi2-core' 'cairo' 'fontconfig' 'freetype2'
'gdk-pixbuf2' 'glib2' 'harfbuzz' 'pango' 'zlib' 'xcur2png')
makedepends=('go')
-source=("${url}/${pkgname}-${pkgver}.tar.gz")
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('568c5efe443892d74ffce6cf8ac7db2aea6071be70d97d3ba7c5efd8b351e601')
build() {
cd "${pkgname}-${pkgver}"
go build \
- -trimpath \
- -buildmode=pie \
- -mod=readonly \
- -modcacherw \
- -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
- -o bin/nwg-look \
- .
+ -trimpath \
+ -buildmode=pie \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+ -o bin/nwg-look \
+ .
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-look/-/commit/ed0308b2d49babf09b6c34b0c7dd18712a9c42c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-look/-/commit/ed0308b2d49babf09b6c34b0c7dd18712a9c42c7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help