diff options
Diffstat (limited to 'kde-unstable/kdeedu-parley/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-parley/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-parley/PKGBUILD b/kde-unstable/kdeedu-parley/PKGBUILD index eb1b6c5af..bd54478ef 100644 --- a/kde-unstable/kdeedu-parley/PKGBUILD +++ b/kde-unstable/kdeedu-parley/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128569 2011-06-24 12:54:44Z andrea $ +# $Id: PKGBUILD 131323 2011-07-12 17:49:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-parley -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 pkgdesc="Vocabulary Trainer" url="http://kde.org/applications/education/parley/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.bz2") -sha1sums=('483078998a0677974e39580f827a4bffe5c16cd4') +sha1sums=('438c6cbb8cd6645e2467d3ffaef8afbcca90b17a') build() { cd "${srcdir}" |