summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2016-02-29 11:03:14 +0100
committerAlexander F Rødseth2016-02-29 11:03:14 +0100
commita0bba7ce667c2ca994af4faee6891dd0ec1f6e21 (patch)
tree590a85fd770d486a61d8b2f6e12a6ba4a9cc95a6
parent91fc3d562f2ed4f837d76b605e564faac5b1f861 (diff)
downloadaur-a0bba7ce667c2ca994af4faee6891dd0ec1f6e21.tar.gz
Bump + add missing make dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99456f96117..f3e776f251ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
+# Generated by mksrcinfo v8
+# Mon Feb 29 10:03:11 UTC 2016
pkgbase = lambdanative
pkgdesc = Write mobile applications in Scheme
- pkgver = 1.0.5
- pkgrel = 2
+ pkgver = 1.0.7
+ pkgrel = 1
url = https://github.com/part-cw/lambdanative
arch = x86_64
arch = i686
license = custom
+ makedepends = setconf
depends = android-sdk
depends = android-ndk
depends = gambit-c
depends = zip
- source = git://github.com/part-cw/lambdanative.git#commit=98b70e
+ source = git://github.com/part-cw/lambdanative.git#tag=v1.0.7
md5sums = SKIP
pkgname = lambdanative
diff --git a/PKGBUILD b/PKGBUILD
index 9a446a1e6bf8..268f921abde8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=lambdanative
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
pkgdesc='Write mobile applications in Scheme'
arch=('x86_64' 'i686')
url='https://github.com/part-cw/lambdanative'
license=('custom')
depends=('android-sdk' 'android-ndk' 'gambit-c' 'zip')
-#source=("git://github.com/part-cw/lambdanative.git#tag=v$pkgver")
-source=("git://github.com/part-cw/lambdanative.git#commit=98b70e")
+makedepends=('setconf')
+#source=("git://github.com/part-cw/lambdanative.git#commit=98b70e")
+source=("git://github.com/part-cw/lambdanative.git#tag=v$pkgver")
md5sums=('SKIP')
prepare() {
cd lambdanative
+
cp SETUP.template SETUP
setconf SETUP ANDROIDSDK /opt/android-sdk
setconf SETUP ANDROIDNDK /opt/android-ndk