* update glusterfs to 1:10.0-3

This commit is contained in:
Alexander Baldeck 2022-01-31 01:15:24 +01:00
parent eef9d1b493
commit cf93791b0b

View File

@ -6,9 +6,9 @@
pkgname=glusterfs
epoch=1
pkgver=9.3
pkgver=10.0
_major=${pkgver%%.*}
pkgrel=2
pkgrel=3
pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
arch=(x86_64 powerpc64le powerpc)
url='https://www.gluster.org/'
@ -21,13 +21,13 @@ backup=('etc/glusterfs/glusterd.vol'
'etc/glusterfs/glusterd.vol'
'etc/glusterfs/glusterfs-georep-logrotate'
'etc/glusterfs/glusterfs-logrotate')
depends=(fuse python libxml2 libaio liburcu attr rpcbind liburing)
depends=(fuse 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
glusterfs.sysusers)
sha256sums=('5f486390628cd02506b284a5b4baa396fb9f0e993021ac652eaa89b23e58c456'
sha256sums=('90bb4aa2a833a7597074405dd0197bed38b115502a09c192a115bc2383df0b8d'
'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
prepare() {