Date: Wednesday, May 24, 2017 @ 12:31:16 Author: arodseth Revision: 229930
upgpkg: grumpy 0.1-1 Modified: grumpy/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-24 11:47:51 UTC (rev 229929) +++ PKGBUILD 2017-05-24 12:31:16 UTC (rev 229930) @@ -2,7 +2,7 @@ # Maintainer: Alexander F Rødseth <[email protected]> pkgname=grumpy -pkgver=0.aa58aa68 +pkgver=0.1 pkgrel=1 pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime' arch=('x86_64' 'i686') @@ -11,11 +11,11 @@ makedepends=('go' 'python2' 'git') license=('Apache') options=('!strip') -source=("git+https://github.com/google/grumpy.git#commit=${pkgver#*.}") +source=("git+https://github.com/google/grumpy.git#commit=66c4b9413391faed2bf8bea92245b9349a4d15d1") md5sums=('SKIP') build() { - make -C grumpy -j2 + make -C grumpy } package() { @@ -22,4 +22,4 @@ DESTDIR="$pkgdir" make -C grumpy install } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
