[arch-commits] Commit in swi-prolog/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Nov 6 11:43:43 UTC 2017


    Date: Monday, November 6, 2017 @ 11:43:41
  Author: arodseth
Revision: 265525

upgpkg: swi-prolog 7.6.1-1

Modified:
  swi-prolog/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-06 07:51:35 UTC (rev 265524)
+++ PKGBUILD	2017-11-06 11:43:41 UTC (rev 265525)
@@ -6,24 +6,22 @@
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=swi-prolog
-pkgver=7.4.2
+pkgver=7.6.1
 pkgrel=1
 pkgdesc='Prolog environment'
 arch=('x86_64' 'i686')
 url='http://www.swi-prolog.org/'
 license=('GPL' 'LGPL')
-depends=('gmp' 'readline' 'openssl' 'libarchive')
-makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+depends=('gmp' 'libarchive' 'openssl' 'readline')
+makedepends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'unixodbc')
 optdepends=('unixodbc: for using the odbc4pl library'
             'libjpeg: for using the pl2xpce library'
             'libxpm: for using the pl2xpce library'
             'libxinerama: for using the pl2xpce library'
             'libxft: for using the pl2xpce library')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") # invalid HTTPS cert
+sha256sums=('24ada4bd016189fd417592edf1ffc74e4e51ee4f47e569f97e2d11f4d8f89ec3')
 
-# no https with valid certificates available
-source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz")
-sha256sums=('7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b')
-
 build() {
   cd "swipl-${pkgver/_/-}"
   ./configure --prefix=/usr --with-world
@@ -46,4 +44,4 @@
 }
 
 # getver: swi-prolog.org/download/stable
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list