From b5292cd14bcc279e2daafda4cdc3093aeca960f5 Mon Sep 17 00:00:00 2001 From: Yuriy Chumak Date: Thu, 2 Jan 2020 18:27:30 +0200 Subject: [PATCH] ol package updated --- srcpkgs/ol/patches/ol.patch | 21 --------------------- srcpkgs/ol/template | 8 ++++---- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/ol/patches/ol.patch diff --git a/srcpkgs/ol/patches/ol.patch b/srcpkgs/ol/patches/ol.patch deleted file mode 100644 index 80a56845b22..00000000000 --- a/srcpkgs/ol/patches/ol.patch +++ /dev/null @@ -1,21 +0,0 @@ -# Thanks to Chocimier for the patch! - -diff --git Makefile Makefile -index 29ea60f..d586472 100644 ---- Makefile -+++ Makefile -@@ -7,6 +7,7 @@ export OL_HOME=libraries - all: release - - CC ?= gcc -+LD ?= ld - UNAME ?= $(shell uname -s) - - # 'configure' part: -@@ -167,7 +168,7 @@ src/olvm.c: extensions/ffi.c - touch src/olvm.c - - $(repl.o): repl -- ld -r -b binary -o $(repl.o) repl -+ $(LD) -r -b binary -o $(repl.o) repl - diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template index 87845656260..78608626cab 100644 --- a/srcpkgs/ol/template +++ b/srcpkgs/ol/template @@ -1,14 +1,14 @@ # Template file for 'ol' pkgname=ol -version=2.0 -revision=1 +version=2.1 +revision=2 build_style=gnu-makefile short_desc="Purely functional dialect of Lisp" maintainer="rc-05 " license="LGPL-3.0-or-later, MIT" homepage="https://yuriy-chumak.github.io/ol/" -distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz" -checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea +distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz" +checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd post_install() { vlicense LICENSE