[arch-commits] Commit in glusterfs/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jun 24 11:01:56 UTC 2014


    Date: Tuesday, June 24, 2014 @ 13:01:55
  Author: spupykin
Revision: 113497

upgpkg: glusterfs 3.5.1-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-24 11:01:51 UTC (rev 113496)
+++ PKGBUILD	2014-06-24 11:01:55 UTC (rev 113497)
@@ -5,9 +5,8 @@
 #   henning mueller <henning at orgizm.net>
 
 pkgname=glusterfs
-pkgver=3.5.0
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
+pkgver=3.5.1
+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,8 +14,8 @@
 install=glusterfs.install
 depends=(fuse python2 libxml2)
 makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('8ca66470225704339b94317616977301')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,6 +26,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \
@@ -37,7 +37,6 @@
     --libexecdir=/usr/lib/$pkgname \
     --with-systemddir=/usr/lib/systemd/system \
     PYTHON=python2 LEXLIB=
-  ./gen-headers.py
   make
 }
 




More information about the arch-commits mailing list