diff options
Diffstat (limited to 'extra/totem-plparser/PKGBUILD')
-rw-r--r-- | extra/totem-plparser/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/totem-plparser/PKGBUILD b/extra/totem-plparser/PKGBUILD index 1a687c454..8fdb6f0a2 100644 --- a/extra/totem-plparser/PKGBUILD +++ b/extra/totem-plparser/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183463 2013-04-21 22:12:16Z heftig $ +# $Id: PKGBUILD 185506 2013-05-14 12:10:02Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=totem-plparser -pkgver=3.4.4 +pkgver=3.4.5 pkgrel=1 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" @@ -13,7 +13,7 @@ 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=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457') +sha256sums=('a573e078692b48895cb5b041385b2760d63e2ee496c8d499eccfa942e7c79f89') build() { cd totem-pl-parser-$pkgver |