diff options
Diffstat (limited to 'kde-unstable/kdegraphics-thumbnailers/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-thumbnailers/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdegraphics-thumbnailers/PKGBUILD b/kde-unstable/kdegraphics-thumbnailers/PKGBUILD index a3a1fb10d..1899b02df 100644 --- a/kde-unstable/kdegraphics-thumbnailers/PKGBUILD +++ b/kde-unstable/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145539 2011-12-22 23:11:13Z andrea $ +# $Id: PKGBUILD 146149 2012-01-05 13:13:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.7.95 +pkgver=4.7.97 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="http://kde.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('b01edb328e1e3dd8b11d6ba3d2a0a5f2b9c5fd6d') +sha1sums=('ebe91aed71b5a89f412ffb90075d3430c8757f2b') build() { cd "${srcdir}" |