ponyc: update to 0.1.5

This commit is contained in:
bougyman 2015-05-24 15:03:02 -05:00
parent a09e0476f9
commit 1584dff617

View file

@ -1,7 +1,7 @@
# Template file for 'ponyc' # Template file for 'ponyc'
pkgname=ponyc pkgname=ponyc
version=0.1.3 version=0.1.5
revision=3 revision=1
only_for_archs="x86_64" only_for_archs="x86_64"
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="llvm" hostmakedepends="llvm"
@ -11,7 +11,7 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
license="BSD" license="BSD"
homepage="http://ponylang.org/" homepage="http://ponylang.org/"
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz" distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
checksum=ee0abb8fbaabd3ccb750afc139eb9c7182f382ca66b3eb1c12e76344d7bf7fc0 checksum=6f489fdf9c8eb120c1e29ab7df9b1f39ee4a158c0f90e6df59b3f7fc56124663
do_build() { do_build() {
make config=release destdir=/usr/lib/pony/${version} prefix=/usr make config=release destdir=/usr/lib/pony/${version} prefix=/usr