mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/owl-lisp to 0.2.2-1
This commit is contained in:
parent
8435267633
commit
facb4523e4
2 changed files with 17 additions and 3 deletions
14
extra/owl-lisp/.SRCINFO
Normal file
14
extra/owl-lisp/.SRCINFO
Normal file
|
@ -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
|
|
@ -4,7 +4,7 @@
|
|||
# - remove makedepends on pandoc
|
||||
|
||||
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'
|
||||
|
@ -12,8 +12,8 @@ arch=('x86_64')
|
|||
license=('MIT')
|
||||
depends=('glibc')
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue