mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/swi-prolog to 7.4.2-1
This commit is contained in:
parent
a4c5878029
commit
3474257231
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
# - build aarch64 with -fPIC
|
# - build aarch64 with -fPIC
|
||||||
|
|
||||||
pkgname=swi-prolog
|
pkgname=swi-prolog
|
||||||
pkgver=7.4.1
|
pkgver=7.4.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Prolog environment'
|
pkgdesc='Prolog environment'
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
|
@ -25,7 +25,7 @@ optdepends=('unixodbc: for using the odbc4pl library'
|
||||||
|
|
||||||
# no https with valid certificates available
|
# 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=('891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1')
|
sha256sums=('7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"
|
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"
|
||||||
|
|
Loading…
Reference in a new issue