Date: Monday, February 1, 2021 @ 22:23:16 Author: arojas Revision: 840741
Update license Added: lrcalc/trunk/lrcalc-fix-include.patch Modified: lrcalc/trunk/PKGBUILD --------------------------+ PKGBUILD | 2 +- lrcalc-fix-include.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-01 22:22:49 UTC (rev 840740) +++ PKGBUILD 2021-02-01 22:23:16 UTC (rev 840741) @@ -6,7 +6,7 @@ pkgdesc="Littlewood-Richardson calculator" arch=(x86_64) url="https://math.rutgers.edu/~asbuch/lrcalc/" -license=(GPL2) +license=(GPL3) depends=(glibc) source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz") sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43') Added: lrcalc-fix-include.patch =================================================================== --- lrcalc-fix-include.patch (rev 0) +++ lrcalc-fix-include.patch 2021-02-01 22:23:16 UTC (rev 840741) @@ -0,0 +1,12 @@ +diff -ru lrcalc-2.0.orig/src/hashtab.tpl.h lrcalc-2.0/src/hashtab.tpl.h +--- lrcalc-2.0.orig/src/hashtab.tpl.h 2021-01-31 03:10:04.000000000 +0100 ++++ lrcalc-2.0/src/hashtab.tpl.h 2021-02-01 17:26:50.827256281 +0100 +@@ -1,7 +1,7 @@ + #include <stdio.h> + + #include "alloc.h" +- ++#include "ivlincomb.h" + + /* This structure allows fast lookup, insertion, and reset. + Remove is less optimized. Iterating through the table will be
