diff options
Diffstat (limited to 'kde-unstable/kdegraphics-mobipocket/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-mobipocket/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdegraphics-mobipocket/PKGBUILD b/kde-unstable/kdegraphics-mobipocket/PKGBUILD index 0b246f3a7..098b34d52 100644 --- a/kde-unstable/kdegraphics-mobipocket/PKGBUILD +++ b/kde-unstable/kdegraphics-mobipocket/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 162384 2012-06-26 17:27:57Z andrea $ +# $Id: PKGBUILD 162612 2012-06-27 13:37:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-mobipocket -pkgver=4.8.90 -pkgrel=2 +pkgver=4.8.95 +pkgrel=1 pkgdesc="A collection of plugins to handle mobipocket files" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('4d69e580a013cd5bd746d631454b35b828a7efb9') +sha1sums=('1c0f7491849097417a61730047a4c6b6a70f1a8c') build() { cd "${srcdir}" |