summaryrefslogtreecommitdiff
path: root/extra/grilo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/grilo/PKGBUILD')
-rw-r--r--extra/grilo/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/grilo/PKGBUILD b/extra/grilo/PKGBUILD
index c2f8fc6e5..66fb9879e 100644
--- a/extra/grilo/PKGBUILD
+++ b/extra/grilo/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 169925 2012-10-30 22:45:13Z heftig $
+# $Id: PKGBUILD 170546 2012-11-08 15:26:24Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=grilo
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Framework that provides access to various sources of multimedia content"
url="http://www.gnome.org"
@@ -13,11 +13,12 @@ makedepends=('gobject-introspection' 'gtk-doc' 'vala')
optdepends=('grilo-plugins: Plugins for grilo')
options=('!libtool' '!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
+sha256sums=('6a800c98731a93cc2b204abceeb37c55bb5529724115f5d4c4f91bd1ade67d42')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug \
+ --libdir=/usr/lib
make
}