diff options
author | root <root@rshg054.dnsready.net> | 2012-06-15 00:01:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-15 00:01:47 +0000 |
commit | 63a600a5f9102d817332db9fb746a4153ed62b51 (patch) | |
tree | d4219aa8c6331cc37c98b943b1f9db68306bd81d /kde-unstable/kdeedu-pairs | |
parent | 35c30674b2b901077a809a6f1d8e5a0115098c8b (diff) |
Fri Jun 15 00:01:47 UTC 2012
Diffstat (limited to 'kde-unstable/kdeedu-pairs')
-rw-r--r-- | kde-unstable/kdeedu-pairs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdeedu-pairs/PKGBUILD b/kde-unstable/kdeedu-pairs/PKGBUILD index a62df2b78..042b84e80 100644 --- a/kde-unstable/kdeedu-pairs/PKGBUILD +++ b/kde-unstable/kdeedu-pairs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160432 2012-06-01 21:37:01Z andrea $ +# $Id: PKGBUILD 161718 2012-06-13 14:39:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-pairs -pkgver=4.8.80 -pkgrel=2 +pkgver=4.8.90 +pkgrel=1 pkgdesc="A memory and pairs game for KDE" url="https://projects.kde.org/projects/kde/kdeedu/pairs" 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/pairs-${pkgver}.tar.xz") -sha1sums=('5e7576227c881c8620495c82673d334f18e6e157') +sha1sums=('d7cd7469d5bf6ebf3da1024c8e4c510154ab82ee') build() { cd "${srcdir}" |