* update guile2.2 to 2.2.7-5

This commit is contained in:
Alexander Baldeck 2024-09-06 21:24:13 +02:00
parent 0d898c6470
commit 7e92b80150
3 changed files with 29 additions and 1 deletions

24
guile2.2/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = guile2.2
pkgdesc = Portable, embeddable Scheme implementation written in C
pkgver = 2.2.7
pkgrel = 5
url = https://www.gnu.org/software/guile/
arch = x86_64
license = GPL
makedepends = ncurses
makedepends = texinfo
depends = gc
depends = gmp
depends = libffi
depends = libltdl
depends = libunistring
depends = libxcrypt
provides = guile-readline.so
provides = libguile-2.2.so
source = https://ftp.gnu.org/pub/gnu/guile/guile-2.2.7.tar.gz
source = https://ftp.gnu.org/pub/gnu/guile/guile-2.2.7.tar.gz.sig
validpgpkeys = 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
sha256sums = 44b4c5fbbe257ccdebea18420212c9b3e90c3c86a54920d8554039fc6769a007
sha256sums = SKIP
pkgname = guile2.2

4
guile2.2/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[guile2-2]
source = "regex"
url = "https://www.gnu.org/software/guile/download/"
regex = 'guile-(2\.2\.\d+)\.tar\.gz'

View File

@ -8,7 +8,7 @@
pkgname=guile2.2
_pkgname=guile
pkgver=2.2.7
pkgrel=4
pkgrel=5
pkgdesc='Portable, embeddable Scheme implementation written in C'
url="https://www.gnu.org/software/$_pkgname/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)