Date: Sunday, November 6, 2022 @ 08:41:02
  Author: alucryd
Revision: 1342719

archrelease: copy trunk to community-x86_64

Added:
  lttng-ust2.12/repos/community-x86_64/PKGBUILD
    (from rev 1342718, lttng-ust2.12/trunk/PKGBUILD)
  lttng-ust2.12/repos/community-x86_64/keys/
Deleted:
  lttng-ust2.12/repos/community-x86_64/PKGBUILD
  lttng-ust2.12/repos/community-x86_64/keys/

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-06 08:40:50 UTC (rev 1342718)
+++ PKGBUILD    2022-11-06 08:41:02 UTC (rev 1342719)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Thore Bödecker <[email protected]>
-# Contributor: Philippe Proulx <[email protected]>
-# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
-
-pkgname=lttng-ust2.12
-pkgver=2.12.5
-pkgrel=1
-pkgdesc='LTTng user space tracing libraries for LTTng'
-arch=(x86_64)
-url=https://lttng.org/
-license=(
-  LGPL2.1
-  GPL2
-  MIT
-)
-depends=(
-  glibc
-  libnuma.so
-  liburcu
-)
-makedepends=(git)
-conflicts=(lttng-ust)
-_tag=944a9c65f241cae085a6e706c2a2b6faf8bff4d2
-source=(git+https://github.com/lttng/lttng-ust.git?signed#tag=${_tag})
-b2sums=(SKIP)
-validpgpkeys=(2A0B4ED915F2D3FA45F5B16217280A9781186ACF) # Mathieu Desnoyers 
<[email protected]>
-
-prepare() {
-  cd lttng-ust
-  autoreconf -fiv
-}
-
-pkgver() {
-  cd lttng-ust
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd lttng-ust
-  ./configure \
-    --prefix=/usr \
-    --disable-examples \
-    --disable-man-pages
-  make
-}
-
-package() {
-  cd lttng-ust
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/lttng-ust2.12/
-}
-
-# vim: ts=2 sw=2 et:

Copied: lttng-ust2.12/repos/community-x86_64/PKGBUILD (from rev 1342718, 
lttng-ust2.12/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-06 08:41:02 UTC (rev 1342719)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Thore Bödecker <[email protected]>
+# Contributor: Philippe Proulx <[email protected]>
+# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
+
+pkgname=lttng-ust2.12
+pkgver=2.12.7
+pkgrel=1
+pkgdesc='LTTng user space tracing libraries for LTTng'
+arch=(x86_64)
+url=https://lttng.org/
+license=(
+  LGPL2.1
+  GPL2
+  MIT
+)
+depends=(
+  glibc
+  libnuma.so
+  liburcu
+)
+makedepends=(git)
+conflicts=(lttng-ust)
+_tag=415ef8104c43dfd51d9ae89a10889da70474b2ad
+source=(git+https://github.com/lttng/lttng-ust.git?signed#tag=${_tag})
+b2sums=(SKIP)
+validpgpkeys=(2A0B4ED915F2D3FA45F5B16217280A9781186ACF) # Mathieu Desnoyers 
<[email protected]>
+
+prepare() {
+  cd lttng-ust
+  autoreconf -fiv
+}
+
+pkgver() {
+  cd lttng-ust
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd lttng-ust
+  ./configure \
+    --prefix=/usr \
+    --disable-examples \
+    --disable-man-pages
+  make
+}
+
+package() {
+  cd lttng-ust
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/lttng-ust2.12/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to