diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-19 03:36:23 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-19 03:36:23 +0000 |
commit | 322e623017947f32cb26db4c80f8eec2c5736401 (patch) | |
tree | ea6f3158396b2281984f4ba778c6a06084265afd /extra/totem-plparser | |
parent | 8185891e28635bdb83fdf4ba4391030912dae596 (diff) |
Wed Feb 19 03:33:04 UTC 2014
Diffstat (limited to 'extra/totem-plparser')
-rw-r--r-- | extra/totem-plparser/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/totem-plparser/PKGBUILD b/extra/totem-plparser/PKGBUILD index 6805152cf..c5befcdba 100644 --- a/extra/totem-plparser/PKGBUILD +++ b/extra/totem-plparser/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 203592 2014-01-13 17:12:25Z andyrtr $ +# $Id: PKGBUILD 206115 2014-02-18 17:40:26Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=totem-plparser -pkgver=3.10.0 -pkgrel=4 +pkgver=3.10.1 +pkgrel=1 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" license=('LGPL') @@ -13,7 +13,7 @@ depends=('gmime' 'libsoup' 'libarchive') makedepends=('intltool' 'gobject-introspection' 'libquvi') optdepends=('libquvi: video site handling (Youtube etc.)') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) -sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') +sha256sums=('13d20222e7230eff1b22acc2b6b54d3c910590782a3ac39b859857407fb5e413') build() { cd totem-pl-parser-$pkgver |