diff options
author | root <root@rshg054.dnsready.net> | 2012-07-13 00:01:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-13 00:01:54 +0000 |
commit | 2a74527ad522ac7c1d467688eee81a7a3f895031 (patch) | |
tree | 5ce8592b2ac3b6e90fc73039d5ce30aa2a8891dc /kde-unstable/kdemultimedia-ffmpegthumbs | |
parent | 00d32b0938eebfa45f0543cae655abf5233eb99c (diff) |
Fri Jul 13 00:01:54 UTC 2012
Diffstat (limited to 'kde-unstable/kdemultimedia-ffmpegthumbs')
-rw-r--r-- | kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD index be19ed91b..f331884b4 100644 --- a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD +++ b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163051 2012-07-06 15:16:15Z andrea $ +# $Id: PKGBUILD 163426 2012-07-11 22:46:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-ffmpegthumbs -pkgver=4.8.95 -pkgrel=2 +pkgver=4.8.97 +pkgrel=1 pkgdesc='FFmpeg-based thumbnail creator for video files' url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdelibs' 'ffmpeg') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz") -sha1sums=('e4546523cd1335833b47d9cedb479fa8a9296fe8') +sha1sums=('fbbafd3dd018f13f8cf61466312a4db6a229cf22') build() { cd "${srcdir}" |