Date: Wednesday, March 4, 2015 @ 16:19:49
  Author: fyan
Revision: 232710

upgpkg: kdegames-ksquares 14.12.3-1

Modified:
  kdegames-ksquares/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-04 15:19:15 UTC (rev 232709)
+++ PKGBUILD    2015-03-04 15:19:49 UTC (rev 232710)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 
 pkgname=kdegames-ksquares
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
 url="http://kde.org/applications/games/ksquares/";
@@ -14,10 +14,13 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";)
-sha1sums=('89961f4e6b66aa347bd91c2de46bf7a48c769a45')
+sha1sums=('62749c850f441d331499642401ab2b4300342f81')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../ksquares-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \

Reply via email to