summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b09c912c548b..e1739d13f027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gerbil-scheme-git
pkgdesc = Gerbil is an opinionated dialect of Scheme designed for Systems Programming, with a state of the art macro and module system on top of the Gambit runtime.
- pkgver = v0.18.1_75_gdf339651
+ pkgver = v0.18.1_87_g1ccf1302
pkgrel = 1
url = https://cons.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 67a276d8828e..4f0323e6d6c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: cvnb <narendrabharathi@gmail.com>
pkgname=gerbil-scheme-git
_pkgname=gerbil
-pkgver=v0.18.1_75_gdf339651
+pkgver=v0.18.1_87_g1ccf1302
pkgrel=1
pkgdesc="Gerbil is an opinionated dialect of Scheme designed for Systems Programming, with a state of the art macro and module system on top of the Gambit runtime."
arch=(x86_64 i686 aarch64)
@@ -24,6 +24,7 @@ pkgver() {
build() {
cd "$_pkgname"
+ unset CFLAGS CXXFLAGS
./configure --prefix=/opt/gerbil
make
}