[arch-commits] Commit in kdeedu-kiten/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Jan 16 02:49:37 UTC 2015


    Date: Friday, January 16, 2015 @ 03:49:37
  Author: fyan
Revision: 229144

upgpkg: kdeedu-kiten 14.12.1-1

Modified:
  kdeedu-kiten/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 02:40:13 UTC (rev 229143)
+++ PKGBUILD	2015-01-16 02:49:37 UTC (rev 229144)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdeedu-kiten
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc="Japanese Reference/Study Tool"
 url="http://kde.org/applications/education/kiten/"
@@ -12,12 +13,14 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kiten-${pkgver}.tar.xz")
-sha1sums=('aa586a2202ec3df2cceabd539f7a7753b26f9cd7')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz")
+sha1sums=('7d74632ccec1842888ac9d19260d236a72311bbe')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "${srcdir}"
-  mkdir build
   cd build
   cmake ../kiten-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list