diff options
Diffstat (limited to 'community/glusterfs/PKGBUILD')
-rw-r--r-- | community/glusterfs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD index e841b8cc0..bd9fb167c 100644 --- a/community/glusterfs/PKGBUILD +++ b/community/glusterfs/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 102127 2013-12-05 14:49:23Z spupykin $ +# $Id: PKGBUILD 103705 2014-01-10 10:51:26Z 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.1 +pkgver=3.4.2 _basever=`echo $pkgver | cut -f1-2 -d.` -pkgrel=2 +pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' arch=(i686 x86_64) url='http://www.gluster.org/' @@ -15,7 +15,7 @@ license=(GPL2 LGPL3) depends=(fuse python2 libxml2) makedepends=(flex bison) source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz) -md5sums=('dce3d066b7351b360454ea9ca4cabe4c') +md5sums=('7c05304a9aca3c85ff27458461783623') build() { cd $srcdir/$pkgname-$pkgver |