Date: Thursday, March 17, 2016 @ 16:40:04
  Author: jgc
Revision: 262003

upgpkg: grilo 0.3.0-1

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-17 15:34:36 UTC (rev 262002)
+++ PKGBUILD    2016-03-17 15:40:04 UTC (rev 262003)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
 
 pkgname=grilo
-pkgver=0.2.15
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="http://www.gnome.org";
@@ -13,12 +13,13 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6f5d2583250a68e76d281edaa08adb880d5a78ed46f9ecd22ae4715f1dd66815')
+sha256sums=('1fd1a87d606f56adb3086954baec3ea6e25d9ba3fb010f11d1d3ddc9ec66bc60')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
     --libdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Reply via email to