Date: Tuesday, January 16, 2018 @ 14:10:35 Author: arodseth Revision: 283294
upgpkg: swi-prolog 7.6.4-1 Modified: swi-prolog/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 14:10:05 UTC (rev 283293) +++ PKGBUILD 2018-01-16 14:10:35 UTC (rev 283294) @@ -6,7 +6,7 @@ # Contributor: Juergen Hoetzel <[email protected]> pkgname=swi-prolog -pkgver=7.6.3 +pkgver=7.6.4 pkgrel=1 pkgdesc='Prolog environment' arch=('x86_64') @@ -14,22 +14,20 @@ license=('GPL' 'LGPL') depends=('gmp' 'libarchive' 'openssl' 'readline') makedepends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'unixodbc') -optdepends=('unixodbc: for using the odbc4pl library' - 'libjpeg: for using the pl2xpce library' - 'libxpm: for using the pl2xpce library' +optdepends=('unixodbc: for using the odbc4pl library' + 'libjpeg: for using the pl2xpce library' + 'libxpm: for using the pl2xpce library' 'libxinerama: for using the pl2xpce library' - 'libxft: for using the pl2xpce library') + 'libxft: for using the pl2xpce library') source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") # invalid HTTPS cert -sha256sums=('9c0be513dc98e6ca420d109f7a455a6593840682cf1b0e21876d1e71e7f35d39') +sha256sums=('2d3d7aabd6d99a02dcc2da5d7604e3500329e541c6f857edc5aa06a3b1267891') build() { cd "swipl-${pkgver/_/-}" - ./configure --prefix=/usr --with-world - cd src - ./configure --enable-readline --prefix=/usr - - make -C .. + ./configure --with-world --prefix=/usr + (cd src; ./configure --enable-readline --prefix=/usr) + make } check() {
