[arch-commits] Commit in kdeedu-kig/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Mar 25 14:06:15 UTC 2013
Date: Monday, March 25, 2013 @ 15:06:15
Author: andrea
Revision: 180656
upgpkg: kdeedu-kig 4.10.1-2
boost rebuild
Modified:
kdeedu-kig/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-25 13:38:47 UTC (rev 180655)
+++ PKGBUILD 2013-03-25 14:06:15 UTC (rev 180656)
@@ -3,7 +3,7 @@
pkgname=kdeedu-kig
pkgver=4.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive Geometry"
url="http://kde.org/applications/education/kig/"
arch=('i686' 'x86_64')
@@ -16,7 +16,6 @@
sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../kig-${pkgver} \
@@ -27,7 +26,7 @@
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
# Use the python2 executable
More information about the arch-commits
mailing list