summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e73b99ed48f..78ef793afcab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Aug 21 18:51:13 UTC 2017
pkgbase = femtolisp-git
pkgdesc = lightweight, robust, scheme-like lisp implementation
- pkgver = r293.983c847
+ pkgver = r308.0bf4243
pkgrel = 1
- url = https://github.com/JeffBezanson/femtolisp
+ url = https://github.com/lambdaconservatory/femtolisp
arch = i686
arch = x86_64
license = custom:BSD
@@ -12,8 +10,7 @@ pkgbase = femtolisp-git
depends = glibc
provides = femtolisp
conflicts = femtolisp
- source = git+https://github.com/JeffBezanson/femtolisp
+ source = git+https://github.com/lambdaconservatory/femtolisp.git
md5sums = SKIP
pkgname = femtolisp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a98468da85e3..bd7ffc932993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=femtolisp-git
-pkgver=r293.983c847
+pkgver=r308.0bf4243
pkgrel=1
+#_contributor=JeffBezanson
+_contributor=lambdaconservatory
pkgdesc="lightweight, robust, scheme-like lisp implementation"
arch=('i686' 'x86_64')
-url="https://github.com/JeffBezanson/femtolisp"
+url="https://github.com/${_contributor}/femtolisp"
depends=('glibc')
license=('custom:BSD')
provides=('femtolisp')
conflicts=('femtolisp')
makedepends=('git')
-source=("git+https://github.com/JeffBezanson/femtolisp")
+source=("git+$url.git")
md5sums=('SKIP')
pkgver() {