diff options
Diffstat (limited to 'kde-unstable/kdeedu-khangman/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-khangman/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-khangman/PKGBUILD b/kde-unstable/kdeedu-khangman/PKGBUILD index 3011668bc..677f5660f 100644 --- a/kde-unstable/kdeedu-khangman/PKGBUILD +++ b/kde-unstable/kdeedu-khangman/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162590 2012-06-27 13:22:27Z andrea $ +# $Id: PKGBUILD 163398 2012-07-11 22:27:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-khangman -pkgver=4.8.95 +pkgver=4.8.97 pkgrel=1 pkgdesc="Hangman Game" url="http://kde.org/applications/education/khangman/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz") -sha1sums=('e6bb2e51cf9ee6333f84207c1a0f41a179faf8c0') +sha1sums=('e242517e4f57e24086161cb1d4428b9852cbe8d6') build() { cd "${srcdir}" |