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}