From 8e5745de7f7040b13bf45b563085ab1863b0e396 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 22 Nov 2015 21:30:57 +0100 Subject: [PATCH] uthash: add plain text license instead of html --- srcpkgs/uthash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uthash/template b/srcpkgs/uthash/template index d5bc61e28b6..100cd2a3c8d 100644 --- a/srcpkgs/uthash/template +++ b/srcpkgs/uthash/template @@ -1,7 +1,7 @@ # Template file for 'uthash' pkgname=uthash version=1.9.9 -revision=1 +revision=2 short_desc="A hash table for C structures" maintainer="Diogo Leal " license="BSD" @@ -19,5 +19,5 @@ do_install() { vdoc doc/utarray.txt vdoc doc/utlist.txt vdoc doc/utstring.txt - vlicense doc/license.html + vlicense LICENSE }