mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
# - aarch64 support
|
||||||
|
|
||||||
pkgname=liburcu
|
pkgname=liburcu
|
||||||
pkgver=0.8.7
|
pkgver=0.9.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -17,6 +17,7 @@ source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898')
|
sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898')
|
||||||
|
sha1sums=('61d1d0d1b955c7a67a7253317647304d04b400a0')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${srcdir}/userspace-rcu-${pkgver}
|
cd ${srcdir}/userspace-rcu-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue