diff --git a/community/swi-prolog/PKGBUILD b/community/swi-prolog/PKGBUILD index 518138088..413b75c36 100644 --- a/community/swi-prolog/PKGBUILD +++ b/community/swi-prolog/PKGBUILD @@ -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"