diff options
Diffstat (limited to 'kde-unstable/kdeaccessibility-jovie/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeaccessibility-jovie/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeaccessibility-jovie/PKGBUILD b/kde-unstable/kdeaccessibility-jovie/PKGBUILD index 5f172c1ab..329fe6221 100644 --- a/kde-unstable/kdeaccessibility-jovie/PKGBUILD +++ b/kde-unstable/kdeaccessibility-jovie/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163377 2012-07-11 22:11:15Z andrea $ +# $Id: PKGBUILD 171743 2012-11-21 18:33:39Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-jovie -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A text to speech application' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdeaccessibility-kttsd') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz") -sha1sums=('ac2759c78ba1ed0a10bf71e65a3b12fea3fb8cf6') +sha1sums=('e613c5513edb00ff58b1932c61703bd1b27a21ad') build() { cd "${srcdir}" |