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 8c6ec0457..0c17f4157 100644 --- a/kde-unstable/kdeedu-khangman/PKGBUILD +++ b/kde-unstable/kdeedu-khangman/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160122 2012-05-29 22:45:58Z andrea $ +# $Id: PKGBUILD 161709 2012-06-13 14:34:13Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-khangman -pkgver=4.8.80 +pkgver=4.8.90 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=('25a57b963e0ad130fcacd926316bd1237d93a573') +sha1sums=('40ebbb84ef9eeeffedd52e677e5452cc3ad9bc94') build() { cd "${srcdir}" |