diff options
Diffstat (limited to 'extra/kdegraphics-thumbnailers/PKGBUILD')
-rw-r--r-- | extra/kdegraphics-thumbnailers/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdegraphics-thumbnailers/PKGBUILD b/extra/kdegraphics-thumbnailers/PKGBUILD index a4ea8f9d5..8a879ca25 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134059 2011-08-01 10:44:35Z andrea $ +# $Id: PKGBUILD 137477 2011-09-07 17:38:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.7.0 -pkgrel=2 +pkgver=4.7.1 +pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="http://kde.org/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('6402d5a73d88ea4004aced3e68fc5e5c6454aaab') +sha1sums=('b82128adbd0cc352765a25428f38839f40715bc4') build() { cd "${srcdir}" |