Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gthumb
Commits:
b7c9e621 by Jan Alexander Steffens (heftig) at 2025-10-28T01:59:47+01:00
3.12.8.1-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gthumb
pkgdesc = Image browser and viewer for the GNOME Desktop
- pkgver = 3.12.8
+ pkgver = 3.12.8.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Gthumb
arch = x86_64
@@ -44,7 +44,7 @@ pkgbase = gthumb
optdepends = brasero: burn discs
optdepends = libchamplain: map viewer
optdepends = libraw: read RAW files
- source = git+https://gitlab.gnome.org/GNOME/gthumb.git#tag=3.12.8
- b2sums =
e0d719ca7b16246b8a4da1741f3503058b23f10fb91d8f3c18f46b81843b85b117fb461c349dbe47791596f89ecf114627afb151b96c5058518a41934cd35d7e
+ source = git+https://gitlab.gnome.org/GNOME/gthumb.git#tag=3.12.8.1
+ b2sums =
29db7503f42898a9f973487745bb8417cf11c50614c70310ab3cfb00bf8609b3c59a70a5f8ef71a1fb527f1075754a832bf44f7d8913a1bc85bed301c7d5c299
pkgname = gthumb
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[gthumb]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gthumb.git"
-include_regex = '\d+\.\d*[02468]\.\d+'
+include_regex = '\d+\.\d*[02468](\.\d+)+'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tobias Kieslich <[email protected]>
pkgname=gthumb
-pkgver=3.12.8
+pkgver=3.12.8.1
pkgrel=1
pkgdesc="Image browser and viewer for the GNOME Desktop"
url="https://wiki.gnome.org/Apps/Gthumb"
@@ -57,7 +57,7 @@ optdepends=(
source=(
"git+https://gitlab.gnome.org/GNOME/gthumb.git#tag=$pkgver"
)
-b2sums=('e0d719ca7b16246b8a4da1741f3503058b23f10fb91d8f3c18f46b81843b85b117fb461c349dbe47791596f89ecf114627afb151b96c5058518a41934cd35d7e')
+b2sums=('29db7503f42898a9f973487745bb8417cf11c50614c70310ab3cfb00bf8609b3c59a70a5f8ef71a1fb527f1075754a832bf44f7d8913a1bc85bed301c7d5c299')
prepare() {
cd gthumb
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/b7c9e621d93095e98765b550eacbfdd63d2aac19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/b7c9e621d93095e98765b550eacbfdd63d2aac19
You're receiving this email because of your account on gitlab.archlinux.org.