George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / roswell
Commits: 03f128c6 by George Rawlinson at 2023-10-22T19:51:25+13:00 upgpkg: 23.10.14.114-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = roswell + pkgdesc = Environment for Common Lisp development + pkgver = 23.10.14.114 + pkgrel = 1 + url = https://roswell.github.io + arch = x86_64 + license = MIT + makedepends = git + depends = glibc + depends = bash + depends = curl + source = roswell::git+https://github.com/roswell/roswell#commit=0e7a2f1b6d9153f33edf1cc7b780825913a93618 + b2sums = SKIP + +pkgname = roswell ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Thayne McCombs <[email protected]> pkgname=roswell -pkgver=22.12.14.113 +pkgver=23.10.14.114 pkgrel=1 pkgdesc='Environment for Common Lisp development' arch=('x86_64') @@ -10,7 +10,7 @@ url='https://roswell.github.io' license=('MIT') depends=('glibc' 'bash' 'curl') makedepends=('git') -_commit='f9bbd2e1e782e8e57925976a37900cf29c3ebf13' +_commit='0e7a2f1b6d9153f33edf1cc7b780825913a93618' source=("$pkgname::git+https://github.com/roswell/roswell#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/roswell/-/commit/03f128c64548e25da0bdc625bfee81f56ef8fd5d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/roswell/-/commit/03f128c64548e25da0bdc625bfee81f56ef8fd5d You're receiving this email because of your account on gitlab.archlinux.org.
