George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
ecl
Commits:
1932d553 by George Rawlinson at 2026-05-06T00:13:03+00:00
upgpkg: 26.5.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,21 @@
pkgbase = ecl
pkgdesc = Embeddable Common Lisp
- pkgver = 26.3.27
+ pkgver = 26.5.5
pkgrel = 1
url = https://common-lisp.net/project/ecl/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = texinfo
depends = bash
+ depends = glibc
depends = gmp
depends = libffi
+ depends = libgcc
provides = common-lisp
provides = cl-asdf
options = !makeflags
- source =
https://common-lisp.net/project/ecl/static/files/release/ecl-26.3.27.tgz
- sha512sums =
a6a8a40f63b44229fb84239cf5f1048e0a99bc36ec3fc1925409ad344884997de125ac1954cf0fb715529efb602649735e739f73827a834fb117512cf2e7879d
- b2sums =
6cb8703e37eb2f24eaf375dbb77bb9a9a2b526de640441a91b459bd4ca9bfc589cfc6ce180b6040157c86db338ae8e9f16c01ab355fcb2764bb8afd1742f9ac5
+ source =
https://common-lisp.net/project/ecl/static/files/release/ecl-26.5.5.tgz
+ sha512sums =
ac81913bb788a1b9fdc693ee73ad500b4e3bc2085e1859488fb179267c090dc473e078934bc0883cfc48ed75867200a5aa438ac37c8276440d92b4277621a9e5
+ b2sums =
2b3b6d272125542635b4a07d2b9951a8bc9e288d0768303c3a014a21fe16ea8b2e8b529664df75245e83968118e094408f4f6ddb2b72a3abce3628bb9cf84dfc
pkgname = ecl
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: John Proctor <[email protected]>
pkgname=ecl
-pkgver=26.3.27
+pkgver=26.5.5
# Remember to rebuild sagemath when the soname changes
# rebuild order: ecl > maxima > sagemath
pkgrel=1
@@ -22,8 +22,8 @@ makedepends=(texinfo)
provides=(common-lisp cl-asdf)
options=(!makeflags)
source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz")
-sha512sums=('a6a8a40f63b44229fb84239cf5f1048e0a99bc36ec3fc1925409ad344884997de125ac1954cf0fb715529efb602649735e739f73827a834fb117512cf2e7879d')
-b2sums=('6cb8703e37eb2f24eaf375dbb77bb9a9a2b526de640441a91b459bd4ca9bfc589cfc6ce180b6040157c86db338ae8e9f16c01ab355fcb2764bb8afd1742f9ac5')
+sha512sums=('ac81913bb788a1b9fdc693ee73ad500b4e3bc2085e1859488fb179267c090dc473e078934bc0883cfc48ed75867200a5aa438ac37c8276440d92b4277621a9e5')
+b2sums=('2b3b6d272125542635b4a07d2b9951a8bc9e288d0768303c3a014a21fe16ea8b2e8b529664df75245e83968118e094408f4f6ddb2b72a3abce3628bb9cf84dfc')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ecl/-/commit/1932d55342c25e0c679c7164c273048c4e331ded
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ecl/-/commit/1932d55342c25e0c679c7164c273048c4e331ded
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help