diff options
Diffstat (limited to 'kde-unstable/kdeedu-parley')
-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 1ce5bf554..645948c6c 100644 --- a/kde-unstable/kdeedu-parley/PKGBUILD +++ b/kde-unstable/kdeedu-parley/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162600 2012-06-27 13:28:52Z andrea $ +# $Id: PKGBUILD 163408 2012-07-11 22:34:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-parley -pkgver=4.8.95 +pkgver=4.8.97 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.xz") -sha1sums=('08ca3278bfe8a911cb1974fd12837da9a95d6416') +sha1sums=('f8486ed259820621926c66b93dfd0d288b0dd05e') build() { cd "${srcdir}" |