Date: Saturday, May 28, 2011 @ 11:53:41
  Author: ibiru
Revision: 125725

update to 2.9.12

Modified:
  libdmapsharing/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-05-28 15:13:10 UTC (rev 125724)
+++ PKGBUILD    2011-05-28 15:53:41 UTC (rev 125725)
@@ -1,21 +1,25 @@
 # $Id$
 #Maintainer: Ionut Biru <[email protected]>
 pkgname=libdmapsharing
-pkgver=2.9.7
+pkgver=2.9.12
 pkgrel=1
-pkgdesc="Libdmapsharing is a library you may use to access and share DMAP 
content"
+pkgdesc="A library that implements the DMAP family of protocols"
 arch=('i686' 'x86_64')
 url="http://www.flyn.org/projects/libdmapsharing/index.html";
 license=('LGPL2.1')
 depends=('libsoup' 'avahi' 'gstreamer0.10-base' 'gdk-pixbuf2')
 options=('!libtool')
 
source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5eeded6d82ed2c2f6f310b9bd484798c')
+md5sums=('ec34948df21e9ba0656c917b10fed1c3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr --with-mdns=avahi
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }

Reply via email to