[arch-commits] Commit in glusterfs/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Sat Oct 24 20:38:37 UTC 2020
Date: Saturday, October 24, 2020 @ 20:38:37
Author: spupykin
Revision: 731701
upgpkg: glusterfs 1:8.2-1
Modified:
glusterfs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-24 20:38:03 UTC (rev 731700)
+++ PKGBUILD 2020-10-24 20:38:37 UTC (rev 731701)
@@ -5,7 +5,8 @@
pkgname=glusterfs
epoch=1
-pkgver=8.1
+pkgver=8.2
+_major=${pkgver%%.*}
pkgrel=1
pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
arch=(x86_64)
@@ -23,10 +24,9 @@
makedepends=(rpcsvc-proto)
optdepends=('glib2: qemu-block'
'python-prettytable: gluster-georep-sshkey')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
+source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
glusterfs.sysusers)
-sha256sums=('89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32'
+sha256sums=('bd68e6368a4805caaa60f58395bd771517e085ccbd7f3bb12810b22aaa64c8a8'
'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
prepare() {
More information about the arch-commits
mailing list