summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc129e5bb0d3..33ea114c332b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = bridje-bin
pkgdesc = Bridje is a statically typed LISP targeting GraalVM, drawing inspiration from both Clojure and Haskell.
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
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
diff --git a/PKGBUILD b/PKGBUILD
index 9617c2245497..a6542e3936b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: James Henderson <james@jarohen.me.uk>
pkgname=bridje-bin
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
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')