mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/swi-prolog to 7.4.1-1
This commit is contained in:
parent
077013cd8b
commit
5c7ecbeae9
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Jachym Barvinek <jachymb@gmail.com>
|
||||
# Contributor: Thomas Dziedzic < gostrc at gmail >
|
||||
# Contributor: John Proctor <jproctor@prium.net>
|
||||
|
@ -9,7 +9,7 @@
|
|||
# - build aarch64 with -fPIC
|
||||
|
||||
pkgname=swi-prolog
|
||||
pkgver=7.4.0_rc2
|
||||
pkgver=7.4.1
|
||||
pkgrel=1
|
||||
pkgdesc='Prolog environment'
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -22,8 +22,10 @@ optdepends=('unixodbc: for using the odbc4pl library'
|
|||
'libxpm: for using the pl2xpce library'
|
||||
'libxinerama: 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")
|
||||
sha256sums=('75e77734a1a948ff36a07f235318dd50759dd4b73097a6bd950c2dad03c92071')
|
||||
sha256sums=('891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"
|
||||
|
|
Loading…
Reference in a new issue