mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/liburcu to 0.9.2-1
This commit is contained in:
parent
d2a2c784be
commit
7ca4c0168f
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue