summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc129e5bb0d3..aa034bc7f8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bridje-bin
pkgdesc = Bridje is a statically typed LISP targeting GraalVM, drawing inspiration from both Clojure and Haskell.
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/bridje/bridje
- arch = x86_64
+ arch = any
license = custom
depends = jdk11-graalvm-bin
- source = https://github.com/bridje/bridje/releases/download/v0.0.2/brj-component-0.0.2.jar
- sha256sums = 0480756b5ff04f8062c6664a0b4db2814035c556ba5176b4b3ec69231bf055ca
+ source = https://github.com/bridje/bridje/releases/download/v0.0.3/brj-component.jar
+ sha256sums = 0287b56ca1277b8c18f021dd914aaa686d4a8174aad872eefc6d1d734478533b
pkgname = bridje-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9617c2245497..20af89a5252c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: James Henderson <james@jarohen.me.uk>
pkgname=bridje-bin
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="Bridje is a statically typed LISP targeting GraalVM, drawing inspiration from both Clojure and Haskell."
-arch=('x86_64')
+arch=('any')
url="https://github.com/bridje/bridje"
license=('custom')
depends=('jdk11-graalvm-bin')
-source=("https://github.com/bridje/bridje/releases/download/v${pkgver}/brj-component-${pkgver}.jar")
-sha256sums=('0480756b5ff04f8062c6664a0b4db2814035c556ba5176b4b3ec69231bf055ca')
+source=("https://github.com/bridje/bridje/releases/download/v${pkgver}/brj-component.jar")
+sha256sums=('0287b56ca1277b8c18f021dd914aaa686d4a8174aad872eefc6d1d734478533b')
package() {
mkdir -p "$pkgdir/usr/lib/jvm/java-11-graalvm/bin"