Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
swi-prolog
Commits:
0d8846fa by Alexander F. Rødseth at 2026-03-04T22:18:45+01:00
upgpkg: 10.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = swi-prolog
pkgdesc = Prolog environment
- pkgver = 10.0.0
- pkgrel = 2
+ pkgver = 10.0.1
+ pkgrel = 1
url = https://www.swi-prolog.org
arch = x86_64
license = BSD-2-Clause
@@ -30,7 +30,7 @@ pkgbase = swi-prolog
optdepends = libxpm: for using the pl2xpce library
optdepends = python: for using Prolog from Python
optdepends = unixodbc: for using the odbc4pl library
- source =
swi-prolog-10.0.0.tar.gz::https://www.swi-prolog.org/download/stable/src/swipl-10.0.0.tar.gz
- b2sums =
b8c05f517d5f5963ef7fd2f1a1103f03226a803b3f641db5e224032b0e03e53ef8aeaf8defd1a243a2e3ec0a2121658d224cf0be10f44f3c2783f845ad2ce3a0
+ source =
swi-prolog-10.0.1.tar.gz::https://www.swi-prolog.org/download/stable/src/swipl-10.0.1.tar.gz
+ b2sums =
c6daa8e1015278b58ba5afb16c5d5a0680086163ebc7ad91230e0a282bf8edead5b5960246fa2b8c3ebdcd643fa126903965778028e96ef705e019abe9d70f8b
pkgname = swi-prolog
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Juergen Hoetzel <[email protected]>
pkgname=swi-prolog
-pkgver=10.0.0
-pkgrel=2
+pkgver=10.0.1
+pkgrel=1
pkgdesc='Prolog environment'
arch=(x86_64)
url='https://www.swi-prolog.org'
@@ -23,7 +23,7 @@ optdepends=('java-runtime: for using Prolog from Java'
'python: for using Prolog from Python'
'unixodbc: for using the odbc4pl library')
source=("$pkgname-$pkgver.tar.gz::$url/download/stable/src/swipl-$pkgver.tar.gz")
-b2sums=('b8c05f517d5f5963ef7fd2f1a1103f03226a803b3f641db5e224032b0e03e53ef8aeaf8defd1a243a2e3ec0a2121658d224cf0be10f44f3c2783f845ad2ce3a0')
+b2sums=('c6daa8e1015278b58ba5afb16c5d5a0680086163ebc7ad91230e0a282bf8edead5b5960246fa2b8c3ebdcd643fa126903965778028e96ef705e019abe9d70f8b')
build() {
cmake \
@@ -39,8 +39,7 @@ build() {
}
check() {
- # skip the jpl:prolog_in_java test, for now (has been reported upstream)
- ctest -E "jpl:prolog_in_java" --test-dir build || cat
build/Testing/Temporary/LastTest.log
+ ctest --test-dir build || cat build/Testing/Temporary/LastTest.log
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/swi-prolog/-/commit/0d8846fa1e449b8580df75767d943baed036235c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/swi-prolog/-/commit/0d8846fa1e449b8580df75767d943baed036235c
You're receiving this email because of your account on gitlab.archlinux.org.