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 27ba8fdae..1448bf7bd 100644 --- a/kde-unstable/kdeedu-parley/PKGBUILD +++ b/kde-unstable/kdeedu-parley/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144808 2011-12-08 10:53:38Z andrea $ +# $Id: PKGBUILD 145524 2011-12-22 23:01:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-parley -pkgver=4.7.90 +pkgver=4.7.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=('feb71126d177327df5be96a3f1fdd0e844edd94f') +sha1sums=('bf2ca7216b2334fb6a2049bf5670ccff840eff88') build() { cd "${srcdir}" |