diff options
Diffstat (limited to 'community/glusterfs/PKGBUILD')
-rw-r--r-- | community/glusterfs/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD index 1ea048b9f..7206aaa56 100644 --- a/community/glusterfs/PKGBUILD +++ b/community/glusterfs/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94386 2013-07-22 14:09:30Z spupykin $ +# $Id: PKGBUILD 100446 2013-11-04 12:12:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributors: # Andrei Antoukh - niwi@niwi.be - http://www.niwi.be # henning mueller <henning@orgizm.net> pkgname=glusterfs -pkgver=3.4.0 +pkgver=3.4.1 _basever=`echo $pkgver | cut -f1-2 -d.` pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' @@ -14,11 +14,12 @@ url='http://www.gluster.org/' license=(GPL2 LGPL3) depends=(fuse python2 libxml2) makedepends=(flex bison) -options=(!libtool) source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz glusterd.service) sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8' '18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b') +sha256sums=('b5f1b4e3c6b86ecdfc5ff1b870ae3d3384bb2e3943565d6907c29ee6e21ab739' + '18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b') build() { cd $srcdir/$pkgname-$pkgver |