summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-12-16 14:52:19 +0800
committerWenxuan Zhang2020-12-16 14:52:19 +0800
commit850cf2bdbb51be75ec5fd2e6096e18edb4e44401 (patch)
tree8a60685d342b434b1db9fc826e4ae10901584588 /PKGBUILD
parent36a21ba5e642b24898cb02d3b845a896bfbe92a9 (diff)
downloadaur-850cf2bdbb51be75ec5fd2e6096e18edb4e44401.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcb315e4f793..250f32e8798a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=0
pkgdesc='Run Rust files and expressions without any setup or compilation necessary'
arch=(i686 x86_64)
url='https://rust-script.org'
@@ -13,7 +13,7 @@ conflicts=("rust-script-git" "rust-script-bin")
provides=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fornwall/rust-script/archive/v${pkgver}.tar.gz")
-md5sums=('07f7feee49da7470f45aa0d83180e766')
+md5sums=('9bb6b408f3273cb7583cbe27bff623b2')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"