diff options
Diffstat (limited to 'extra/kdeaccessibility-kmouth/PKGBUILD')
-rw-r--r-- | extra/kdeaccessibility-kmouth/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeaccessibility-kmouth/PKGBUILD b/extra/kdeaccessibility-kmouth/PKGBUILD index cf72c9ee1..34e069ab8 100644 --- a/extra/kdeaccessibility-kmouth/PKGBUILD +++ b/extra/kdeaccessibility-kmouth/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158403 2012-05-03 22:31:46Z andrea $ +# $Id: PKGBUILD 161139 2012-06-08 06:35:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmouth -pkgver=4.8.3 +pkgver=4.8.4 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Speech Synthesizer Frontend' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz") -sha1sums=('2bf8356df5207de3a7c95a931070fb6b2d0fba6f') +sha1sums=('104bb2c434deabbaa57326fe567fc90c4067f36c') build() { cd "${srcdir}" |