diff options
Diffstat (limited to 'kde-unstable/kdegraphics-okular')
-rw-r--r-- | kde-unstable/kdegraphics-okular/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdegraphics-okular/PKGBUILD b/kde-unstable/kdegraphics-okular/PKGBUILD index 186a60ca5..78d38b798 100644 --- a/kde-unstable/kdegraphics-okular/PKGBUILD +++ b/kde-unstable/kdegraphics-okular/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145480 2011-12-22 22:34:40Z andrea $ +# $Id: PKGBUILD 146086 2012-01-05 12:26:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-okular -pkgver=4.7.95 +pkgver=4.7.97 pkgrel=1 pkgdesc='Document Viewer' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kdegraphics-mobipocket: mobipocket support') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.bz2") -sha1sums=('db916c8a5ab95c5c97b834f02e9227416a736df8') +sha1sums=('202e61f86ba2ed2362d6c112152a8a05527e5f48') build() { cd "${srcdir}" |