[arch-commits] Commit in glib2/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Sep 25 21:16:23 UTC 2015
Date: Friday, September 25, 2015 @ 23:16:22
Author: heftig
Revision: 247498
replace elfutils with just libelf
Modified:
glib2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-25 19:11:09 UTC (rev 247497)
+++ PKGBUILD 2015-09-25 21:16:22 UTC (rev 247498)
@@ -8,7 +8,7 @@
pkgdesc="Common C routines used by GTK+ and other libs"
url="http://www.gtk.org/"
arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'libelf')
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
0001-Revert-list-store-Fix-a-parameter-check.patch
revert-warn-glib-compile-schemas.patch)
@@ -39,7 +39,7 @@
package_glib2() {
depends=('pcre' 'libffi')
optdepends=('python2: for gdbus-codegen and gtester-report'
- 'elfutils: gresource inspection tool')
+ 'libelf: gresource inspection tool')
options=('!docs' '!emptydirs')
license=('LGPL')
More information about the arch-commits
mailing list