diff options
author | David Ellis | 2020-11-11 15:06:15 -0800 |
---|---|---|
committer | David Ellis | 2020-11-11 15:19:55 -0800 |
commit | cce06dd57384c51fe9bf39da11911018c9b91480 (patch) | |
tree | 7f97ea4d3ecc14da2142fb7e98d400cfbc57e5e7 /PKGBUILD | |
parent | 67fda97507635d16da571809032ea40861811e85 (diff) | |
download | aur-cce06dd57384c51fe9bf39da11911018c9b91480.tar.gz |
Upgrade to v0.1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,16 +1,17 @@ -# Maintainer: Andy Kluger <https://t.me/andykluger> +# Maintainer: David Ellis <david@alantechnologies.com> +# Thanks to Andy Kluger <https://t.me/andykluger> for the initial version of this! pkgname=alan -pkgver=0.1.9 +pkgver=0.1.14 pkgrel=1 pkgdesc="The Alan programming language compiler and runtime" url="https://github.com/alantech/alan" license=('AGPL3' 'Apache') arch=('x86_64') depends=() -makedepends=(git nodejs-lts-erbium rust python2) +makedepends=(git nodejs-lts-erbium rust python2 yarn) # optdepends=() source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('167335ee013d02eda97f0e8147dfbfa1a64428ab305f70c373b329f9fe5339b6') +sha256sums=('13a92999cfb0a1e58538952019a3c5fa51f7cd093638b0ab9575a63b9817016f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |