[arch-commits] Commit in swi-prolog/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Sep 13 10:37:37 UTC 2015
Date: Sunday, September 13, 2015 @ 12:37:36
Author: arodseth
Revision: 140033
upgpkg: swi-prolog 7.2.3-1
Modified:
swi-prolog/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-13 09:39:40 UTC (rev 140032)
+++ PKGBUILD 2015-09-13 10:37:36 UTC (rev 140033)
@@ -6,8 +6,8 @@
# Contributor: Juergen Hoetzel <juergen at archlinux.org>
pkgname=swi-prolog
-pkgver=7.2.2
-pkgrel=2
+pkgver=7.2.3
+pkgrel=1
pkgdesc='Prolog environment'
arch=('x86_64' 'i686')
url='http://www.swi-prolog.org/'
@@ -19,18 +19,17 @@
'libxpm: for using the pl2xpce library'
'libxinerama: for using the pl2xpce library'
'libxft: for using the pl2xpce library')
-#options=('!makeflags')
source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz")
-sha256sums=('c137bbe1d652a6aaa003278045e592637cd9fd5f1d52b05f9f0751bfd9449c8d')
+sha256sums=('43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5')
build() {
cd "swipl-$pkgver"
+ ./configure --prefix=/usr --with-world
- ./configure --prefix=/usr --with-world
cd src
./configure --enable-readline --prefix=/usr
- cd ..
- make
+
+ make -C ..
}
check() {
More information about the arch-commits
mailing list