diff options
Diffstat (limited to 'kde-unstable/kdegraphics-okular/PKGBUILD')
-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 554ca1f62..54928f2b2 100644 --- a/kde-unstable/kdegraphics-okular/PKGBUILD +++ b/kde-unstable/kdegraphics-okular/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143292 2011-11-24 16:13:32Z andrea $ +# $Id: PKGBUILD 144761 2011-12-08 10:25:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-okular -pkgver=4.7.80 +pkgver=4.7.90 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=('971562ce741fc6d4afb6c80dc405984b77ef7bfa') +sha1sums=('ca6208448ccc2e0ce1f0545ab7d76f6e59f767b0') build() { cd "${srcdir}" |