T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / ecl
Commits: 0b1f4c5e by T.J. Townsend at 2024-07-12T01:03:02-04:00 upgpkg: 23.9.9-2: Rebuild packages that are missing .SRCINFO part 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = ecl + pkgdesc = Embeddable Common Lisp + pkgver = 23.9.9 + pkgrel = 2 + url = https://common-lisp.net/project/ecl/ + arch = x86_64 + license = LGPL + makedepends = texinfo + depends = bash + depends = gmp + provides = common-lisp + provides = cl-asdf + options = !makeflags + source = https://common-lisp.net/project/ecl/static/files/release/ecl-23.9.9.tgz + sha256sums = c51bdab4ca6c1173dd3fe9cfe9727bcefb97bb0a3d6434b627ca6bdaeb33f880 + +pkgname = ecl ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=ecl pkgver=23.9.9 # Remember to rebuild sagemath when the soname changes -pkgrel=1 +pkgrel=2 pkgdesc="Embeddable Common Lisp" arch=('x86_64') url="https://common-lisp.net/project/ecl/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ecl/-/commit/0b1f4c5eab9f550a6747478702688de20e36895e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ecl/-/commit/0b1f4c5eab9f550a6747478702688de20e36895e You're receiving this email because of your account on gitlab.archlinux.org.
