diff options
Diffstat (limited to 'kde-unstable/kdeedu-kig/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-kig/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdeedu-kig/PKGBUILD b/kde-unstable/kdeedu-kig/PKGBUILD index f3ad55517..9bd55fba0 100644 --- a/kde-unstable/kdeedu-kig/PKGBUILD +++ b/kde-unstable/kdeedu-kig/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163585 2012-07-16 07:13:41Z andrea $ +# $Id: PKGBUILD 171763 2012-11-21 18:50:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kig -pkgver=4.8.97 -pkgrel=2 +pkgver=4.9.80 +pkgrel=1 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz") -sha1sums=('c365608497df374d7ea0f31271cead02ffe2de89') +sha1sums=('4bf3c256adab6a6afdc2e10d5fa59df8c745fd7f') build() { cd "${srcdir}" |