summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2021-01-07 09:57:49 -0300
committerEduardo Bart2021-01-07 09:57:49 -0300
commit64cecf727e81f14490c808e069e82610ebd0f2bc (patch)
treec12243abd418bfa5a042c05589e3791be9c3a968
parent8637fce359e2d4b0485885754f4b1dd525a73d9d (diff)
downloadaur-64cecf727e81f14490c808e069e82610ebd0f2bc.tar.gz
Update to beta5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a33b76b8a4..24ce93c1c8d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ravi
pkgdesc = A derivative of Lua 5.3 with limited optional static typing and LLVM and libgccjit based JIT compilers
- pkgver = 1.0.beta4a
+ pkgver = 1.0.beta5
pkgrel = 1
url = https://github.com/dibyendumajumdar/ravi
arch = i686
@@ -8,7 +8,7 @@ pkgbase = ravi
license = MIT
makedepends = cmake
makedepends = git
- source = git+https://github.com/dibyendumajumdar/ravi.git#tag=1.0-beta4a
+ source = git+https://github.com/dibyendumajumdar/ravi.git#tag=1.0-beta5
sha1sums = SKIP
pkgname = ravi
diff --git a/PKGBUILD b/PKGBUILD
index 9d0010a4f880..3e45cb05c7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=ravi
-pkgver=1.0.beta4a
+pkgver=1.0.beta5
pkgrel=1
pkgdesc='A derivative of Lua 5.3 with limited optional static typing and LLVM and libgccjit based JIT compilers'
arch=(i686 x86_64)
url='https://github.com/dibyendumajumdar/ravi'
license=(MIT)
makedepends=(cmake git)
-source=('git+https://github.com/dibyendumajumdar/ravi.git#tag=1.0-beta4a')
+source=('git+https://github.com/dibyendumajumdar/ravi.git#tag=1.0-beta5')
sha1sums=('SKIP')
pkgver() {
@@ -21,8 +21,7 @@ prepare() {
build() {
cd ravi
- cmake -DMIR_JIT=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
- #cmake -DLLVM_JIT=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
make
}