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

Jan de Groot jgc at archlinux.org
Wed Mar 30 11:49:25 UTC 2016


    Date: Wednesday, March 30, 2016 @ 13:49:25
  Author: jgc
Revision: 263337

upgpkg: gobject-introspection 1.48.0-1

Modified:
  gobject-introspection/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 11:33:14 UTC (rev 263336)
+++ PKGBUILD	2016-03-30 11:49:25 UTC (rev 263337)
@@ -4,8 +4,8 @@
 pkgbase=gobject-introspection
 pkgname=('gobject-introspection' 'gobject-introspection-runtime')
 pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.47.92
-pkgrel=2
+pkgver=1.48.0
+pkgrel=1
 url="https://live.gnome.org/GObjectIntrospection"
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
@@ -13,15 +13,12 @@
 makedepends=('cairo')
 options=('!emptydirs')
 source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8')
+sha256sums=('fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877')
 
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr --disable-static --enable-doctool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list