diff options
Diffstat (limited to 'kde-unstable/kdeedu-kturtle/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-kturtle/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kturtle/PKGBUILD b/kde-unstable/kdeedu-kturtle/PKGBUILD index 3e79f0a48..4c6baf689 100644 --- a/kde-unstable/kdeedu-kturtle/PKGBUILD +++ b/kde-unstable/kdeedu-kturtle/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144806 2011-12-08 10:52:40Z andrea $ +# $Id: PKGBUILD 145522 2011-12-22 23:00:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kturtle -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 pkgdesc="Educational Programming Environment" url="http://kde.org/applications/education/kturtle/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.bz2") -sha1sums=('be1250b25efde8d74ca9c64f6f2af1fe7f3ae655') +sha1sums=('cec35a632ff6df29076a8f753c81e2a89f658b2b') build() { cd "${srcdir}" |