diff options
author | root <root@rshg047.dnsready.net> | 2011-05-01 22:33:26 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-01 22:33:26 +0000 |
commit | 40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (patch) | |
tree | faeb03af48db54c663f74f3f188b9c1c56ca6a0b /extra/libdmapsharing/PKGBUILD | |
parent | c173ac862828a54925737fc1d90ede1dd09a312c (diff) |
Sun May 1 22:33:26 UTC 2011
Diffstat (limited to 'extra/libdmapsharing/PKGBUILD')
-rw-r--r-- | extra/libdmapsharing/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libdmapsharing/PKGBUILD b/extra/libdmapsharing/PKGBUILD index 5151a2cc1..7f53d6f01 100644 --- a/extra/libdmapsharing/PKGBUILD +++ b/extra/libdmapsharing/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 97651 2010-10-31 21:55:53Z ibiru $ +# $Id: PKGBUILD 117405 2011-04-01 16:34:19Z ibiru $ #Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=libdmapsharing -pkgver=2.1.8 +pkgver=2.9.7 pkgrel=1 pkgdesc="Libdmapsharing is a library you may use to access and share DMAP content" arch=('i686' 'x86_64') url="http://www.flyn.org/projects/libdmapsharing/index.html" license=('LGPL2.1') -depends=('libsoup>=2.32.0' 'avahi>=0.6.27' 'gstreamer0.10-base>=0.10.30' 'gdk-pixbuf2>=2.22') -options=('!libtool' 'force') +depends=('libsoup' 'avahi' 'gstreamer0.10-base' 'gdk-pixbuf2') +options=('!libtool') source=(http://www.flyn.org/projects/libdmapsharing/${pkgname}-${pkgver}.tar.gz) -md5sums=('88583f0c6160142567e8b521f210443b') +md5sums=('5eeded6d82ed2c2f6f310b9bd484798c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |