diff options
Diffstat (limited to 'extra/kdegraphics-thumbnailers/PKGBUILD')
-rw-r--r-- | extra/kdegraphics-thumbnailers/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdegraphics-thumbnailers/PKGBUILD b/extra/kdegraphics-thumbnailers/PKGBUILD index 55ec1426e..38f184ac5 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 167835 2012-10-03 14:45:31Z andrea $ +# $Id: PKGBUILD 170651 2012-11-09 08:29:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.9.2 +pkgver=4.9.3 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('c87d00fa6af8fd1d57b0da74cdb382dd7d6f5311') +sha1sums=('d14e20809c3d6703ba7029169fa2fa83d04ba5e2') build() { cd "${srcdir}" |