Compare commits

...

5 Commits

Author SHA1 Message Date
f3793154db update 2023-03-17 19:15:21 +08:00
8f8788c598 update 2023-03-17 19:14:53 +08:00
b11e299bc1 update 2023-01-01 21:32:08 +08:00
64db431f9b fix update 2022-11-12 22:32:09 +08:00
c9ef98749c update 2022-11-12 22:31:27 +08:00
3 changed files with 9 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = rhai-tools
pkgdesc = Tools for the Rhai language, including rhai-repl, rhai-run, and rhai-dbg
pkgver = 1.10.1
pkgver = 1.13.0
pkgrel = 1
url = https://rhai.rs/
arch = x86_64
license = APACHE
license = MIT
makedepends = cargo
source = rhai-1.10.1.tar.gz::https://github.com/rhaiscript/rhai/archive/v1.10.1.tar.gz
sha256sums = 756fcb69b0b0d9fe83fc8bf26c0aea68f5d493523bcc9ec7946f1a4ac22547b5
source = rhai-1.13.0.tar.gz::https://github.com/rhaiscript/rhai/archive/v1.13.0.tar.gz
sha256sums = fada89cbe1303ff361d7c1a19cd8134dddbb39a43169849e5f9144252e3b9fb9
pkgname = rhai-tools

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
src
pkg
*.tar.gz
*.pkg.tar.zst

View File

@ -1,7 +1,7 @@
# Maintainer: Tim Paik <timpaik@163.com>
pkgname=rhai-tools
_pkgname=rhai
pkgver=1.10.1
pkgver=1.13.0
pkgrel=1
pkgdesc="Tools for the Rhai language, including rhai-repl, rhai-run, and rhai-dbg"
arch=('x86_64')
@ -9,7 +9,7 @@ url="https://rhai.rs/"
license=('APACHE' 'MIT')
makedepends=(cargo)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/rhaiscript/$_pkgname/archive/v$pkgver.tar.gz")
sha256sums=('756fcb69b0b0d9fe83fc8bf26c0aea68f5d493523bcc9ec7946f1a4ac22547b5')
sha256sums=('fada89cbe1303ff361d7c1a19cd8134dddbb39a43169849e5f9144252e3b9fb9')
package() {
cd "$_pkgname-$pkgver"