liburcu 0.8.9, glusterfs 3.8.2

This commit is contained in:
Adrián Chaves Fernández 2016-08-20 21:34:08 +02:00
parent 654d849e2c
commit 092bf864ac
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
# henning mueller <henning@orgizm.net>
pkgname=glusterfs
pkgver=3.7.11
pkgver=3.8.2
pkgrel=1
pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
arch=(x86_64)
@ -16,7 +16,7 @@ makedepends=(flex bison)
optdepends=('rpcbind: NFS'
'glib2: qemu-block')
source=(https://github.com/gluster/glusterfs/archive/v${pkgver}.tar.gz)
md5sums=('778d6f354ca59d2901183f22667ba423')
md5sums=('c8e821734754852d0814219678bdc934')
prepare() {
cd $srcdir/$pkgname-$pkgver

View File

@ -3,7 +3,7 @@
# Contributor: Yggdrasil <tetzank at web dot de>
pkgname=liburcu
pkgver=0.8.7
pkgver=0.8.9
pkgrel=1
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
arch=('x86_64')
@ -11,7 +11,7 @@ url="http://lttng.org/urcu"
license=('LGPL2.1')
source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
depends=('glibc')
sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898')
sha1sums=('cec02a23b6b28a86ea47a479060cb6f016fc84fb')
build() {
cd ${srcdir}/userspace-rcu-${pkgver}

View File

@ -8,7 +8,7 @@ pkgname=('qemu'
'qemu-block-gluster'
'qemu-guest-agent')
pkgver=2.6.0
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('GPL2' 'LGPL2.1')
url='http://wiki.qemu.org/'
@ -45,7 +45,7 @@ prepare() {
build ()
{
cd ${pkgname}-${pkgver}
cd ${pkgbase}-${pkgver}
# qemu vs. make 4 == bad
export ARFLAGS="rv"
# http://permalink.gmane.org/gmane.comp.emulators.qemu/238740