diff options
Diffstat (limited to 'extra/kdeaccessibility-kmouth')
-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 9ab4d7009..add86d95b 100644 --- a/extra/kdeaccessibility-kmouth/PKGBUILD +++ b/extra/kdeaccessibility-kmouth/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152055 2012-03-04 14:30:56Z andrea $ +# $Id: PKGBUILD 152514 2012-03-07 16:13:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmouth -pkgver=4.8.0 +pkgver=4.8.1 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/xz/kmouth-${pkgver}.tar.xz") -sha1sums=('43ff583d0628005087c948362b1e64dc4d359d88') +sha1sums=('b4cecf89eea96892608fd125635ea9f9f7fee8be') build() { cd "${srcdir}" |