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 7b59a2da6..43a0e9ce4 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 202567 2013-12-22 12:49:10Z andrea $ +# $Id: PKGBUILD 204196 2014-01-15 10:18:11Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.12.0 +pkgver=4.12.1 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=('2a9f551c2271298ee16f8e12f9d18c84bceb9c09') +sha1sums=('589378df8d9e0a457cf8c5e8d64f95de720f5037') build() { cd "${srcdir}" |