From 7ca4c0168f6d9c199192f7363ddc6d1f126fa8e9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 8 May 2016 15:51:45 +0000 Subject: [PATCH] community/liburcu to 0.9.2-1 --- community/liburcu/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/liburcu/PKGBUILD b/community/liburcu/PKGBUILD index 2faaef278..e7d561601 100644 --- a/community/liburcu/PKGBUILD +++ b/community/liburcu/PKGBUILD @@ -7,7 +7,7 @@ # - aarch64 support pkgname=liburcu -pkgver=0.8.7 +pkgver=0.9.2 pkgrel=1 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library" arch=('i686' 'x86_64') @@ -17,6 +17,7 @@ source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2) depends=('glibc') options=('!libtool') sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898') +sha1sums=('61d1d0d1b955c7a67a7253317647304d04b400a0') prepare() { cd ${srcdir}/userspace-rcu-${pkgver}