summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-08-27 01:35:32 +0200
committerStefan Husmann2016-08-27 01:35:32 +0200
commit36e1ac49b6769b2502d554ce2afea35ad4cb3405 (patch)
treead02c7c48f7bfd4eb3b208648ee60aa4f66fb0a6
parent8986aaf0b9fa74b81a160654f5c6d99c589e5eca (diff)
downloadaur-36e1ac49b6769b2502d554ce2afea35ad4cb3405.tar.gz
Add
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cc298d0faa8..ac2c12d65f1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Aug 23 18:31:14 UTC 2016
pkgbase = femtolisp-git
pkgdesc = lightweight, robust, scheme-like lisp implementation
pkgver = r265.68c5b12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JeffBezanson/femtolisp
arch = i686
arch = x86_64
license = custom:BSD
makedepends = git
depends = glibc
+ provides = femtolisp
+ conflicts = femtolisp
source = git+https://github.com/JeffBezanson/femtolisp
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f5e6871208b7..3f855cf5407d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=femtolisp-git
pkgver=r265.68c5b12
-pkgrel=1
+pkgrel=2
pkgdesc="lightweight, robust, scheme-like lisp implementation"
arch=('i686' 'x86_64')
url="https://github.com/JeffBezanson/femtolisp"
depends=('glibc')
license=('custom:BSD')
+provides=('femtolisp')
+conflicts=('femtolisp')
makedepends=('git')
source=("git+https://github.com/JeffBezanson/femtolisp")
md5sums=('SKIP')