[arch-commits] Commit in ltrace/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Apr 26 16:50:57 UTC 2017


    Date: Wednesday, April 26, 2017 @ 16:50:56
  Author: foutrelis
Revision: 294769

upgpkg: ltrace 0.7.3-2

Build with libunwind support (FS#53816).

Modified:
  ltrace/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 15:32:57 UTC (rev 294768)
+++ PKGBUILD	2017-04-26 16:50:56 UTC (rev 294769)
@@ -5,15 +5,15 @@
 
 pkgname=ltrace
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tracks runtime library calls in dynamically linked programs"
 arch=('i686' 'x86_64')
 url="http://ltrace.alioth.debian.org/"
 license=('GPL')
-depends=('elfutils')
+depends=('elfutils' 'libunwind')
 makedepends=('dejagnu')
 backup=('etc/ltrace.conf')
-source=(https://dev.archlinux.org/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.bz2)
 sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503')
 
 build() {



More information about the arch-commits mailing list