summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b29457393cb..2222c4cfde3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1.0
- pkgrel = 1
+ pkgver = 0.12
+ pkgrel = 2
url = https://github.com/vyzo/gerbil
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ead672bbf32b..c7ce9d674234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Maintainer: Peter <craven@gmx.net>
pkgname=gerbil-scheme-git
-pkgver=1.0
-pkgrel=1
+pkgver=0.12
+pkgrel=2
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)
url="https://github.com/vyzo/gerbil"
@@ -26,6 +26,7 @@ install=
source=()
+
noextract=()
#generate with 'makepkg -g'