diff options
Diffstat (limited to 'extra/totem-plparser')
-rw-r--r-- | extra/totem-plparser/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/totem-plparser/PKGBUILD b/extra/totem-plparser/PKGBUILD index 32ea52b1b..1a687c454 100644 --- a/extra/totem-plparser/PKGBUILD +++ b/extra/totem-plparser/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 179111 2013-03-03 17:28:38Z dreisner $ +# $Id: PKGBUILD 183463 2013-04-21 22:12:16Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=totem-plparser -pkgver=3.4.3 -pkgrel=2 +pkgver=3.4.4 +pkgrel=1 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" license=('LGPL') arch=(i686 x86_64 'mips64el') -depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi') +depends=('gmime' 'libsoup' 'libarchive' 'libquvi') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) -sha256sums=('ab8beed4dd5d3a5d7ed5dc8b357e94dc03a8553fef6e33c2e7fb63a76e44c42b') +sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457') build() { cd totem-pl-parser-$pkgver |