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

Jan Steffens heftig at archlinux.org
Sun Dec 20 00:52:26 UTC 2015


    Date: Sunday, December 20, 2015 @ 01:52:26
  Author: heftig
Revision: 256791

0.2.17

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-20 00:50:09 UTC (rev 256790)
+++ PKGBUILD	2015-12-20 00:52:26 UTC (rev 256791)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=grilo-plugins
-pkgver=0.2.16
+pkgver=0.2.17
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org"
@@ -15,11 +15,12 @@
 options=('!emptydirs')
 groups=('gnome')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
+sha256sums=('337669098cddf64a84fa9398aa1d7f994fea84bc5f7f1b348e1288f135713781')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list