summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-07-05 17:07:24 +0300
committerjonian2022-07-05 17:07:24 +0300
commit6732343ae0ca9674c68da207ddf2ef1a772ed167 (patch)
treec65ba11626ae7ddb5141f31faa0bae4709efc075
parentbe184afc7cb558ded338ec2bc378e07cc78b1f5f (diff)
downloadaur-6732343ae0ca9674c68da207ddf2ef1a772ed167.tar.gz
fix hash sum for arm64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7424e08d7d..b1a0c101f92b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = runjs-bin
pkgdesc = RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane
pkgver = 2.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lukehaas/RunJS
arch = x86_64
arch = aarch64
@@ -19,6 +19,6 @@ pkgbase = runjs-bin
source_x86_64 = runjs-bin-2.5.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.5.1/runjs_2.5.1_amd64.deb
sha256sums_x86_64 = c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a
source_aarch64 = runjs-bin-2.5.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.5.1/runjs_2.5.1_arm64.deb
- sha256sums_aarch64 = c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a
+ sha256sums_aarch64 = 985e15a0c29d6544ed45f2e9bbe3fed484be7ba1fd4c96fa8c92264021e8ff83
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b1659acc705..155d5b91c8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
pkgver=2.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane"
arch=("x86_64" "aarch64")
url="https://github.com/lukehaas/RunJS"
@@ -12,7 +12,7 @@ conflicts=("runjs" "runjs-git")
source_x86_64=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_amd64.deb")
source_aarch64=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_arm64.deb")
sha256sums_x86_64=('c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a')
-sha256sums_aarch64=('c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a')
+sha256sums_aarch64=('985e15a0c29d6544ed45f2e9bbe3fed484be7ba1fd4c96fa8c92264021e8ff83')
prepare() {
bsdtar xf data.tar.xz