diff options
author | root <root@rshg054.dnsready.net> | 2012-07-13 00:01:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-13 00:01:54 +0000 |
commit | 2a74527ad522ac7c1d467688eee81a7a3f895031 (patch) | |
tree | 5ce8592b2ac3b6e90fc73039d5ce30aa2a8891dc /kde-unstable/kdegraphics-okular | |
parent | 00d32b0938eebfa45f0543cae655abf5233eb99c (diff) |
Fri Jul 13 00:01:54 UTC 2012
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 2384277b2..e73479add 100644 --- a/kde-unstable/kdegraphics-okular/PKGBUILD +++ b/kde-unstable/kdegraphics-okular/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162552 2012-06-27 12:55:36Z andrea $ +# $Id: PKGBUILD 163358 2012-07-11 21:57:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-okular -pkgver=4.8.95 +pkgver=4.8.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.xz") -sha1sums=('5c01107a9ec9a521999e4236283277f814d139de') +sha1sums=('a31da767627783ee4d27e4a9bf2bacd893fcb467') build() { cd "${srcdir}" |