[arch-commits] Commit in kdeedu-kbruch/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Mar 4 11:00:55 UTC 2015
Date: Wednesday, March 4, 2015 @ 12:00:55
Author: fyan
Revision: 232614
upgpkg: kdeedu-kbruch 14.12.3-1
Modified:
kdeedu-kbruch/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-04 10:58:52 UTC (rev 232613)
+++ PKGBUILD 2015-03-04 11:00:55 UTC (rev 232614)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=kdeedu-kbruch
-pkgver=14.12.2
+pkgver=14.12.3
pkgrel=1
pkgdesc="Exercise Fractions"
url="http://kde.org/applications/education/kbruch/"
@@ -14,11 +14,13 @@
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz")
-sha1sums=('ceb44303a451a59613026e02114baa23a75b5bc9')
+sha1sums=('26bc4c8ea9512e652fb74187e55003f6e95bfb98')
+prepare() {
+ mkdir build
+}
+
build() {
- cd "${srcdir}"
- mkdir build
cd build
cmake ../kbruch-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
More information about the arch-commits
mailing list