Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
nwg-drawer


Commits:
df5bec85 by Robin Candau at 2024-12-01T17:21:51+01:00
upgpkg: 0.6.0-1: New upstream release
https://github.com/nwg-piotr/nwg-drawer

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = nwg-drawer
        pkgdesc = Application drawer for sway and other wlroots-based 
compositors
-       pkgver = 0.5.2
+       pkgver = 0.6.0
        pkgrel = 1
        url = https://github.com/nwg-piotr/nwg-drawer
        arch = x86_64
        license = MIT
        makedepends = go
+       makedepends = gobject-introspection
        depends = gtk3
        depends = gtk-layer-shell
        depends = xdg-utils
-       source = 
nwg-drawer-0.5.2.tar.gz::https://github.com/nwg-piotr/nwg-drawer/archive/v0.5.2.tar.gz
-       sha256sums = 
7fc913001bf49a6856b09f47d192bcd806d7737fe6b64fee0876a4dd15a43f07
+       source = 
nwg-drawer-0.6.0.tar.gz::https://github.com/nwg-piotr/nwg-drawer/archive/0.6.0.tar.gz
+       sha256sums = 
053185eb63b3b3f2640a3693ccc8993def8508b686f796014d51ab2f785f5026
 
 pkgname = nwg-drawer


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
 # Contributor: Piotr Miller <nwg.pi...@gmail.com>
 
 pkgname=nwg-drawer
-pkgver=0.5.2
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Application drawer for sway and other wlroots-based compositors"
 url="https://github.com/nwg-piotr/nwg-drawer";
 arch=('x86_64')
 license=('MIT')
 depends=('gtk3' 'gtk-layer-shell' 'xdg-utils')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7fc913001bf49a6856b09f47d192bcd806d7737fe6b64fee0876a4dd15a43f07')
+makedepends=('go' 'gobject-introspection')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('053185eb63b3b3f2640a3693ccc8993def8508b686f796014d51ab2f785f5026')
 
 build() {
         cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-drawer/-/commit/df5bec85ca405cd9a7341ed6dc353e9359e8c547

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-drawer/-/commit/df5bec85ca405cd9a7341ed6dc353e9359e8c547
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to