[arch-commits] Commit in liburcu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Feb 13 12:13:13 UTC 2018


    Date: Tuesday, February 13, 2018 @ 12:13:12
  Author: spupykin
Revision: 293817

archrelease: copy trunk to community-x86_64

Added:
  liburcu/repos/community-x86_64/PKGBUILD
    (from rev 293816, liburcu/trunk/PKGBUILD)
Deleted:
  liburcu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 12:12:59 UTC (rev 293816)
+++ PKGBUILD	2018-02-13 12:13:12 UTC (rev 293817)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
-# Contributor: Yggdrasil <tetzank at web dot de>
-
-pkgname=liburcu
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('i686' 'x86_64')
-url="http://lttng.org/urcu"
-license=('LGPL2.1')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
-depends=()
-options=('!libtool')
-sha1sums=('8bcba6af4414b69907a0ee9c8fdd11e969d1fd11'
-          'SKIP')
-
-build() {
-    cd "$srcdir"/userspace-rcu-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd "$srcdir"/userspace-rcu-${pkgver}
-    make install DESTDIR="$pkgdir"
-}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 293816, liburcu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-13 12:13:12 UTC (rev 293817)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
+# Contributor: Yggdrasil <tetzank at web dot de>
+
+pkgname=liburcu
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('x86_64')
+url="http://lttng.org/urcu"
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+options=('!libtool')
+sha1sums=('32755b4e99306fca50ededf2e4b8ef987813696c'
+          'SKIP')
+
+build() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list