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 5b645d664..bf2f413b2 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 194150 2013-09-10 13:36:56Z andrea $ +# $Id: PKGBUILD 195724 2013-10-01 15:32:13Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.11.1 +pkgver=4.11.2 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=('0e7d1a77c4aac440589b29afd22ff429c148251c') +sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691') build() { cd "${srcdir}" |