* update liburcu to 0.15.0-1
This commit is contained in:
parent
45fc2f7930
commit
a592a64ee2
@ -1,6 +1,6 @@
|
|||||||
pkgbase = liburcu
|
pkgbase = liburcu
|
||||||
pkgdesc = LGPLv2.1 userspace RCU (read-copy-update) library
|
pkgdesc = LGPLv2.1 userspace RCU (read-copy-update) library
|
||||||
pkgver = 0.14.1
|
pkgver = 0.15.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://lttng.org/urcu
|
url = https://lttng.org/urcu
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -10,10 +10,10 @@ pkgbase = liburcu
|
|||||||
arch = riscv64
|
arch = riscv64
|
||||||
license = LGPL2.1
|
license = LGPL2.1
|
||||||
depends = glibc
|
depends = glibc
|
||||||
source = https://lttng.org/files/urcu/userspace-rcu-0.14.1.tar.bz2
|
source = https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2
|
||||||
source = https://lttng.org/files/urcu/userspace-rcu-0.14.1.tar.bz2.asc
|
source = https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2.asc
|
||||||
validpgpkeys = 2A0B4ED915F2D3FA45F5B16217280A9781186ACF
|
validpgpkeys = 2A0B4ED915F2D3FA45F5B16217280A9781186ACF
|
||||||
sha256sums = 231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0
|
sha256sums = 4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = liburcu
|
pkgname = liburcu
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Yggdrasil <tetzank at web dot de>
|
# Contributor: Yggdrasil <tetzank at web dot de>
|
||||||
|
|
||||||
pkgname=liburcu
|
pkgname=liburcu
|
||||||
pkgver=0.14.1
|
pkgver=0.15.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -12,7 +12,7 @@ url="https://lttng.org/urcu"
|
|||||||
license=('LGPL2.1')
|
license=('LGPL2.1')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
|
source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
|
||||||
sha256sums=('231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0'
|
sha256sums=('4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
|
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user