community/swi-prolog to 7.4.2-1

This commit is contained in:
Kevin Mihelich 2017-04-24 19:00:53 +00:00
parent a4c5878029
commit 3474257231

View file

@ -9,7 +9,7 @@
# - build aarch64 with -fPIC
pkgname=swi-prolog
pkgver=7.4.1
pkgver=7.4.2
pkgrel=1
pkgdesc='Prolog environment'
arch=('x86_64' 'i686')
@ -25,7 +25,7 @@ optdepends=('unixodbc: for using the odbc4pl library'
# no https with valid certificates available
source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz")
sha256sums=('891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1')
sha256sums=('7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b')
build() {
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"