Date: Friday, March 17, 2017 @ 06:35:16 Author: felixonmars Revision: 216872
upgpkg: ponyc 0.11.3-1 Modified: ponyc/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 06:33:48 UTC (rev 216871) +++ PKGBUILD 2017-03-17 06:35:16 UTC (rev 216872) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ponyc -pkgver=0.11.1 +pkgver=0.11.3 pkgrel=1 pkgdesc='An actor model, capabilities, high performance programming language' url='http://ponylang.org/' @@ -13,11 +13,11 @@ checkdepends=('pcre2') options=('!strip') optdepends=('pcre2: Needed for the regex package.') -source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver") -sha512sums=('SKIP') +source=("$pkgname-$pkgver.tar.gz::https://github.com/CausalityLtd/ponyc/archive/$pkgver.tar.gz") +sha512sums=('8e143fcddfbacf5998fb09f41a82747096432a0665b2d3770d6daafae6ff1591f5f6874d03248ddadf66a01d9c45c2cb65b63f837495345f15e8cf4965ec6b20') build() { - cd ponyc + cd ponyc-$pkgver make config=release prefix=/usr arch=x86-64 verbose= mkdir docs @@ -25,12 +25,12 @@ } check() { - cd ponyc + cd ponyc-$pkgver make config=release prefix=/usr arch=x86-64 verbose= test } package() { - cd ponyc + cd ponyc-$pkgver # The makefile is very strange and requires almost as much post-correction # as to simply do the installation myself. Even with patches to the # makefile to stop it attempting to symlink locations it has no business
