diff options
Diffstat (limited to 'kde-unstable/kdeedu-kwordquiz/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-kwordquiz/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kwordquiz/PKGBUILD b/kde-unstable/kdeedu-kwordquiz/PKGBUILD index dadff49fd..3646f58eb 100644 --- a/kde-unstable/kdeedu-kwordquiz/PKGBUILD +++ b/kde-unstable/kdeedu-kwordquiz/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161717 2012-06-13 14:39:11Z andrea $ +# $Id: PKGBUILD 162598 2012-06-27 13:27:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kwordquiz -pkgver=4.8.90 +pkgver=4.8.95 pkgrel=1 pkgdesc="Flash Card Trainer" url="http://kde.org/applications/education/kwordquiz/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz") -sha1sums=('b26d15cea504749c1f4e6d6d607fe1b525622b9e') +sha1sums=('73f8815178c06fb7e7e7a4058afe87d41cb5bf37') build() { cd "${srcdir}" |