diff options
Diffstat (limited to 'kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD')
-rw-r--r-- | kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD index b4dd89e7a..6e1cbf4f6 100644 --- a/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD +++ b/kde-unstable/kdemultimedia-ffmpegthumbs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161737 2012-06-13 14:51:35Z andrea $ +# $Id: PKGBUILD 162618 2012-06-27 13:40:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-ffmpegthumbs -pkgver=4.8.90 +pkgver=4.8.95 pkgrel=1 pkgdesc='FFmpeg-based thumbnail creator for video files' url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' @@ -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=('5497a89e9e3a8be5376e644fc42500e43b3e4e52') +sha1sums=('e4546523cd1335833b47d9cedb479fa8a9296fe8') build() { cd "${srcdir}" |