Date: Wednesday, June 8, 2016 @ 22:21:29 Author: arodseth Revision: 178678
upgpkg: nimble 1:0.7.4-1 Modified: nimble/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-08 19:58:51 UTC (rev 178677) +++ PKGBUILD 2016-06-08 20:21:29 UTC (rev 178678) @@ -2,8 +2,8 @@ # Maintainer: Alexander F Rødseth <[email protected]> pkgname=nimble -pkgver=0.7.2 -pkgrel=2 +pkgver=0.7.4 +pkgrel=1 epoch=1 pkgdesc='Package manager for the Nim programming language' arch=('x86_64' 'i686') @@ -17,7 +17,7 @@ prepare() { cd "$pkgname" - git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim + git clone -b v0.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim } build() { @@ -29,9 +29,6 @@ package() { cd "$pkgname" - # Does not work. Also not separating compilation from installation. - # nim c -r src/nimble install - install -Dm755 src/nimble "$pkgdir/usr/bin/nimble" install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt" @@ -38,10 +35,6 @@ # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places. cp -r src/nimblepkg "$pkgdir/usr/share/$pkgname" ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimblepkg" - - # This solves nothing. - #cp -r src/nimcache "$pkgdir/usr/share/$pkgname/nimcache" - #ln -s "/usr/share/$pkgname/nimcache" "$pkgdir/usr/bin/nimcache" } # getver: github.com/nim-lang/nimble
