[arch-commits] Commit in ecl/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 10 18:45:53 UTC 2021
Date: Monday, May 10, 2021 @ 18:45:53
Author: arojas
Revision: 414939
Update to 21.2.1
Modified:
ecl/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 18:45:41 UTC (rev 414938)
+++ PKGBUILD 2021-05-10 18:45:53 UTC (rev 414939)
@@ -2,8 +2,9 @@
# Maintainer: juergen <juergen at archlinux.org>
pkgname=ecl
-pkgver=20.4.24 # Remember to rebuild sagemath when the soname changes
-pkgrel=2
+pkgver=21.2.1
+# Remember to rebuild sagemath when the soname changes
+pkgrel=1
pkgdesc="Embeddable Common Lisp"
arch=('x86_64')
url="https://common-lisp.net/project/ecl/"
@@ -12,19 +13,9 @@
makedepends=('texinfo')
provides=('common-lisp' 'cl-asdf')
options=('!makeflags')
-source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz"
- https://gitlab.com/embeddable-common-lisp/ecl/-/commit/75877dd8.patch)
-sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07'
- '2c4896efc51114c0db0c0203a57379b3f1407e1107bf3443fe956d358221292c')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz")
+sha256sums=('b15a75dcf84b8f62e68720ccab1393f9611c078fcd3afdd639a1086cad010900')
-prepare() {
- cd $pkgname-$pkgver
-
- patch -p1 -i ../75877dd8.patch # Fix segfaults in sagemath
- # upstream patch: https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
- sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
-}
-
build() {
cd $pkgname-$pkgver
sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
More information about the arch-commits
mailing list