[arch-commits] Commit in swi-prolog/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Jul 16 18:36:53 UTC 2020
Date: Thursday, July 16, 2020 @ 18:36:53
Author: arodseth
Revision: 664150
upgpkg: swi-prolog 8.2.1-1
Modified:
swi-prolog/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 18:29:29 UTC (rev 664149)
+++ PKGBUILD 2020-07-16 18:36:53 UTC (rev 664150)
@@ -5,7 +5,7 @@
# Contributor: Juergen Hoetzel <juergen at archlinux.org>
pkgname=swi-prolog
-pkgver=8.2.0
+pkgver=8.2.1
pkgrel=1
pkgdesc='Prolog environment'
arch=('x86_64')
@@ -13,15 +13,15 @@
license=(GPL LGPL)
depends=(libarchive libyaml qt5-base)
makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
- 'libjpeg: for using the pl2xpce library'
+optdepends=('libjpeg: for using the pl2xpce library'
'libxpm: for using the pl2xpce library'
'libxinerama: for using the pl2xpce library'
'libxft: for using the pl2xpce library'
'jdk-openjdk: for using Prolog from Java'
- 'java-runtime: for using Prolog from Java')
+ 'java-runtime: for using Prolog from Java'
+ 'unixodbc: for using the odbc4pl library')
source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz")
-sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
+sha256sums=('331bc5093d72af0c9f18fc9ed83b88ef9ddec0c8d379e6c49fa43739c8bda2fb')
build() {
mkdir -p build
More information about the arch-commits
mailing list