diff options
author | root <root@rshg054.dnsready.net> | 2012-06-29 00:01:58 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-29 00:01:58 +0000 |
commit | eb4c1f17fe6790f814a67378ed66bddbb93def96 (patch) | |
tree | 8d9a601807e65342ae8c6c59df40ffd168403e8f /kde-unstable/kdeedu-pairs | |
parent | ad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (diff) |
Fri Jun 29 00:01:58 UTC 2012
Diffstat (limited to 'kde-unstable/kdeedu-pairs')
-rw-r--r-- | kde-unstable/kdeedu-pairs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-pairs/PKGBUILD b/kde-unstable/kdeedu-pairs/PKGBUILD index 042b84e80..0336900db 100644 --- a/kde-unstable/kdeedu-pairs/PKGBUILD +++ b/kde-unstable/kdeedu-pairs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161718 2012-06-13 14:39:42Z andrea $ +# $Id: PKGBUILD 162599 2012-06-27 13:28:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-pairs -pkgver=4.8.90 +pkgver=4.8.95 pkgrel=1 pkgdesc="A memory and pairs game for KDE" url="https://projects.kde.org/projects/kde/kdeedu/pairs" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz") -sha1sums=('d7cd7469d5bf6ebf3da1024c8e4c510154ab82ee') +sha1sums=('e9346f591293266274aeda0c5b9a241a8c1d4c5c') build() { cd "${srcdir}" |