Date: Sunday, March 12, 2017 @ 21:05:57 Author: anthraxx Revision: 215901
upgpkg: nim 0.16.0-2 (distribute compiler sources for tools) Modified: nim/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-12 21:00:18 UTC (rev 215900) +++ PKGBUILD 2017-03-12 21:05:57 UTC (rev 215901) @@ -7,7 +7,7 @@ pkgname=nim _pkgname=Nim pkgver=0.16.0 -pkgrel=1 +pkgrel=2 pkgdesc='Imperative, multi-paradigm, compiled programming language' url='https://nim-lang.org/' arch=('x86_64' 'i686') @@ -57,6 +57,7 @@ install -d "${pkgdir}/usr/lib" cp -a lib "${pkgdir}/usr/lib/nim" + cp -a compiler{,.nimble} "${pkgdir}/usr/lib/nim" install -m 755 lib/libnimrtl.so "${pkgdir}/usr/lib/libnimrtl.so" # Fix FS#48118, related to the doc2 command
