summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-10-08 20:58:54 +0800
committerChocobo12023-10-08 20:58:54 +0800
commit1536f29e2c73783d51fcaa27818f406e05f35c75 (patch)
tree8cc3f34e7b8f56c11b4841d3f8b621c58af67ca4
parent3d564012af31f33ebd337b7658c09dba10d33d46 (diff)
downloadaur-liburcu-git.tar.gz
upgpkg: liburcu-git 0.14.0.r59.g1c64a40-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35bc15893c72..c8f767d2d1c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liburcu-git
pkgdesc = Userspace RCU implementation
- pkgver = 0.14.0.r5.g106ed13
+ pkgver = 0.14.0.r59.g1c64a40
pkgrel = 1
url = https://liburcu.org/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = liburcu-git
license = custom
makedepends = git
depends = glibc
- provides = liburcu=0.14.0.r5.g106ed13
+ provides = liburcu=0.14.0.r59.g1c64a40
conflicts = liburcu
options = staticlibs
source = git+https://github.com/urcu/userspace-rcu.git
diff --git a/PKGBUILD b/PKGBUILD
index 17ea58b6e3fe..6614fac5e317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=liburcu-git
-pkgver=0.14.0.r5.g106ed13
+pkgver=0.14.0.r59.g1c64a40
pkgrel=1
pkgdesc="Userspace RCU implementation"
arch=('i686' 'x86_64')
@@ -44,7 +44,5 @@ package() {
cd "userspace-rcu"
make DESTDIR="$pkgdir" install
- install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/liburcu"
-
- rm "$pkgdir/usr/share/doc/userspace-rcu/LICENSE"
+ install -Dm644 "LICENSE.md" -t "$pkgdir/usr/share/licenses/liburcu"
}