[arch-commits] Commit in strace/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Jul 19 16:59:04 UTC 2021


    Date: Monday, July 19, 2021 @ 16:59:04
  Author: anatolik
Revision: 420136

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/PKGBUILD
    (from rev 420135, strace/trunk/PKGBUILD)
Deleted:
  strace/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 16:08:56 UTC (rev 420135)
+++ PKGBUILD	2021-07-19 16:59:04 UTC (rev 420136)
@@ -1,33 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=strace
-pkgver=5.13
-pkgrel=1
-pkgdesc='A diagnostic, debugging and instructional userspace tracer'
-arch=(x86_64)
-url='https://strace.io/'
-license=(BSD)
-depends=(perl libunwind)
-source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('0f48c474de7d34009d3455f589efe790d24050b5'
-          'SKIP')
-validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv at altlinux.org>
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-libunwind --enable-mpers=no
-  make
-}
-
-check() {
-  # tests do not work in chroot environment. TODO: fixit.
-  # make -C $pkgname-$pkgver check
-  true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 420135, strace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 16:59:04 UTC (rev 420136)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=strace
+pkgver=5.13
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('0f48c474de7d34009d3455f589efe790d24050b5'
+          'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv at altlinux.org>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-libunwind --enable-mpers=no
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list