mirror of
https://github.com/Tim-Paik/rhai-tools-aur.git
synced 2024-10-13 00:29:42 +00:00
update
This commit is contained in:
parent
b11e299bc1
commit
8f8788c598
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
src
|
||||
pkg
|
||||
*.tar.gz
|
||||
*.pkg.tar.zst
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Tim Paik <timpaik@163.com>
|
||||
pkgname=rhai-tools
|
||||
_pkgname=rhai
|
||||
pkgver=1.12.0
|
||||
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=('267cbf739664b322a4e24b20fcf7a98575be6adb23ad549baca35e45d034de59')
|
||||
sha256sums=('fada89cbe1303ff361d7c1a19cd8134dddbb39a43169849e5f9144252e3b9fb9')
|
||||
|
||||
package() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user