[arch-commits] Commit in strace/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu Aug 16 16:38:40 UTC 2018
Date: Thursday, August 16, 2018 @ 16:38:40
Author: anatolik
Revision: 331600
archrelease: copy trunk to extra-x86_64
Added:
strace/repos/extra-x86_64/PKGBUILD
(from rev 331599, strace/trunk/PKGBUILD)
Deleted:
strace/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-16 16:38:08 UTC (rev 331599)
+++ PKGBUILD 2018-08-16 16:38:40 UTC (rev 331600)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=strace
-pkgver=4.23
-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=('a40a46f4861deb122da45dcc715fb39fd68f9120'
- 'SKIP')
-validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv at altlinux.org>
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --with-libunwind
- 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/extra-x86_64/PKGBUILD (from rev 331599, strace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-16 16:38:40 UTC (rev 331600)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=strace
+pkgver=4.24
+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=('09a8c9638fd02622157af9d744ad7c7f991c75df'
+ 'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin <ldv at altlinux.org>
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --with-libunwind
+ 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