community/swi-prolog to 7.4.1-1

This commit is contained in:
Kevin Mihelich 2017-03-14 12:39:33 +00:00
parent 077013cd8b
commit 5c7ecbeae9

View file

@ -1,5 +1,5 @@
# $Id$ # $Id$
# Maintainer: Alexander Rødseth <rodseth@gmail.com> # Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Jachym Barvinek <jachymb@gmail.com> # Contributor: Jachym Barvinek <jachymb@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: John Proctor <jproctor@prium.net> # Contributor: John Proctor <jproctor@prium.net>
@ -9,7 +9,7 @@
# - build aarch64 with -fPIC # - build aarch64 with -fPIC
pkgname=swi-prolog pkgname=swi-prolog
pkgver=7.4.0_rc2 pkgver=7.4.1
pkgrel=1 pkgrel=1
pkgdesc='Prolog environment' pkgdesc='Prolog environment'
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
@ -22,8 +22,10 @@ optdepends=('unixodbc: for using the odbc4pl library'
'libxpm: for using the pl2xpce library' 'libxpm: for using the pl2xpce library'
'libxinerama: for using the pl2xpce library' 'libxinerama: for using the pl2xpce library'
'libxft: for using the pl2xpce library') 'libxft: for using the pl2xpce library')
# no https with valid certificates available
source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz")
sha256sums=('75e77734a1a948ff36a07f235318dd50759dd4b73097a6bd950c2dad03c92071') sha256sums=('891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1')
build() { build() {
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC" [[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"