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

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Jan 18 11:00:11 UTC 2016


    Date: Monday, January 18, 2016 @ 12:00:11
  Author: mtorromeo
Revision: 157529

upgpkg: libdwarf 20160115-1

Updated to 20160115

Modified:
  libdwarf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-18 10:31:48 UTC (rev 157528)
+++ PKGBUILD	2016-01-18 11:00:11 UTC (rev 157529)
@@ -4,7 +4,7 @@
 # Contributor: Marti Raudsepp <marti at juffo.org>
 
 pkgname=libdwarf
-pkgver=20150507
+pkgver=20160115
 pkgrel=1
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 depends=('elfutils')
 options+=('staticlibs')
 source=(http://www.prevanders.net/libdwarf-$pkgver.tar.gz)
-sha256sums=('29aa8d07db659d7d7af7079854cf42c09bf74d303942159cbfee82d655549870')
+sha256sums=('e8daf303181953751f0a4761b6b05a238e802635e08d7fc837e446e26b212f33')
 
 build() {
   cd "$srcdir"/dwarf-$pkgver
   ./configure --prefix=/usr --enable-shared
-  make
+  make dd
 }
 
 package() {



More information about the arch-commits mailing list