Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
glusterfs


Commits:
e4b6f266 by Sergej Pupykin at 2025-12-11T00:46:38+03:00
upgpkg: 1:11.2-1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = glusterfs
        pkgdesc = a cluster file-system capable of scaling to several 
peta-bytes.
-       pkgver = 11.1
-       pkgrel = 5
+       pkgver = 11.2
+       pkgrel = 1
        epoch = 1
        url = https://www.gluster.org/
        install = glusterfs.install
@@ -27,9 +27,9 @@ pkgbase = glusterfs
        backup = etc/glusterfs/glusterd.vol
        backup = etc/glusterfs/glusterfs-georep-logrotate
        backup = etc/glusterfs/glusterfs-logrotate
-       source = 
https://download.gluster.org/pub/gluster/glusterfs/11/11.1/glusterfs-11.1.tar.gz
+       source = 
glusterfs-11.2.tar.gz::https://github.com/gluster/glusterfs/archive/refs/tags/v11.2.tar.gz
        source = glusterfs.sysusers
-       sha256sums = 
6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76
+       sha256sums = 
540683ab1acdc95c7fe940061fb24464e1d3d0955a8610d79376911b73ed4ce4
        sha256sums = 
dd5422c42d977348e0054328d5672bbb6624d856946f9be9c656449132da81ee
 
 pkgname = glusterfs


=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,5 @@
 [glusterfs]
-source = "regex"
-url = "https://download.gluster.org/pub/gluster/glusterfs/LATEST/";
-regex = "href=.glusterfs-(\\d+\\.\\d+).tar.gz.>glusterfs-"
+source = "git"
+git = "https://github.com/gluster/glusterfs.git";
+prefix = "v"
+exclude_regex = ".*(alpha|beta|dev).*"


=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=11.1
+pkgver=11.2
 _major=${pkgver%%.*}
-pkgrel=5
+pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='https://www.gluster.org/'
@@ -24,9 +24,10 @@ depends=(fuse3 python libxml2 libaio liburcu attr rpcbind 
liburing gperftools)
 makedepends=(rpcsvc-proto)
 optdepends=('glib2: qemu-block'
            'python-prettytable: gluster-georep-sshkey')
-source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
+#source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
+source=(glusterfs-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/refs/tags/v$pkgver.tar.gz
         glusterfs.sysusers)
-sha256sums=('6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76'
+sha256sums=('540683ab1acdc95c7fe940061fb24464e1d3d0955a8610d79376911b73ed4ce4'
             'dd5422c42d977348e0054328d5672bbb6624d856946f9be9c656449132da81ee')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glusterfs/-/commit/e4b6f26669b573bff7e0891cb5853549adea8996

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


Reply via email to