George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / owl-lisp
Commits: ac42433c by George Rawlinson at 2023-10-29T22:39:28+00:00 upgpkg: 0.2.2-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = owl-lisp + pkgdesc = Simple purely functional lisp + pkgver = 0.2.2 + pkgrel = 1 + url = https://gitlab.com/owl-lisp/owl.git + arch = x86_64 + license = MIT + makedepends = pandoc + depends = glibc + source = https://gitlab.com/owl-lisp/owl/-/archive/v0.2.2/owl-v0.2.2.tar.gz + sha256sums = 9c162490c08b4e0855eb5663c922482bb2dc4975d76bf862dc9499176b841ab1 + b2sums = e3286bd1eb02def86d398eb9154208865e52dc8dbee19210f05c17413650c295a80440b374629a6b4468fd415432309a2d36f74e14d48d27504c83d2a33f0728 + +pkgname = owl-lisp ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=owl-lisp -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc='Simple purely functional lisp' url='https://gitlab.com/owl-lisp/owl.git' @@ -10,8 +10,8 @@ license=('MIT') depends=('glibc') makedepends=('pandoc') source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz) -sha256sums=('4a8dd3cce411b64ffbea98357f705a91ff900318d035ffb899fc49068b554e75') -b2sums=('082b86b7b233933c78059971b9820a63442ceef74fa6ba82a5afa6068f254f295a187ba928e8e255077d97d9c82710aa94f77717ba328e68e15ade2dd0c9ec6b') +sha256sums=('9c162490c08b4e0855eb5663c922482bb2dc4975d76bf862dc9499176b841ab1') +b2sums=('e3286bd1eb02def86d398eb9154208865e52dc8dbee19210f05c17413650c295a80440b374629a6b4468fd415432309a2d36f74e14d48d27504c83d2a33f0728') prepare() { cd owl-v${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/owl-lisp/-/commit/ac42433c44d7a6dc9900eab81f5a38e8fd99cb70 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/owl-lisp/-/commit/ac42433c44d7a6dc9900eab81f5a38e8fd99cb70 You're receiving this email because of your account on gitlab.archlinux.org.
