Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / azote
Commits: 1a0b8c13 by Robin Candau at 2024-12-03T19:46:52+01:00 upgpkg: 1.14.0-1: New upstream release https://github.com/nwg-piotr/azote/releases/tag/v1.14.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = azote pkgdesc = Wallpaper & color manager for wlroots-based compositors and some X11 WMs - pkgver = 1.13.1 - pkgrel = 2 + pkgver = 1.14.0 + pkgrel = 1 url = https://github.com/nwg-piotr/azote arch = any license = GPL-3.0-or-later @@ -25,7 +25,7 @@ pkgbase = azote optdepends = feh: for setting background on X11-based WMs optdepends = xorg-xrandr: for checking outputs on X11-based WMs optdepends = wlr-randr: for checking outputs on wlroots-based compositors other than Sway and Hyprland - source = azote-1.13.1.tar.gz::https://github.com/nwg-piotr/azote/archive/1.13.1.tar.gz - sha256sums = 5902e13463d3ef60e17c81346fee106dcc61e921fa83602d434eab7e67406e08 + source = azote-1.14.0.tar.gz::https://github.com/nwg-piotr/azote/archive/v1.14.0.tar.gz + sha256sums = b00989f9e2f432b9bc9dada71a653853410868417a90e862388c8bbb6dd68e44 pkgname = azote ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <[email protected]> pkgname=azote -pkgver=1.13.1 -pkgrel=2 +pkgver=1.14.0 +pkgrel=1 pkgdesc="Wallpaper & color manager for wlroots-based compositors and some X11 WMs" url="https://github.com/nwg-piotr/azote" arch=('any') @@ -20,8 +20,8 @@ optdepends=('imagemagick: for screen color picker' 'feh: for setting background on X11-based WMs' 'xorg-xrandr: for checking outputs on X11-based WMs' 'wlr-randr: for checking outputs on wlroots-based compositors other than Sway and Hyprland') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('5902e13463d3ef60e17c81346fee106dcc61e921fa83602d434eab7e67406e08') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('b00989f9e2f432b9bc9dada71a653853410868417a90e862388c8bbb6dd68e44') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azote/-/commit/1a0b8c13cf940e860e21363aa7018d1fdbaaf246 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/azote/-/commit/1a0b8c13cf940e860e21363aa7018d1fdbaaf246 You're receiving this email because of your account on gitlab.archlinux.org.
