[arch-commits] Commit in ponyc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 16 06:14:50 UTC 2016


    Date: Friday, September 16, 2016 @ 06:14:50
  Author: felixonmars
Revision: 189409

upgpkg: ponyc 0.3.0-1

Modified:
  ponyc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-16 06:14:17 UTC (rev 189408)
+++ PKGBUILD	2016-09-16 06:14:50 UTC (rev 189409)
@@ -2,8 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=ponyc
-pkgver=0.2.1.20160513
-_commit=ee3854418a240d8a14a5c2f9a622ccfd508dde31
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -14,7 +13,7 @@
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package.')
-source=("git+https://github.com/CausalityLtd/ponyc.git#commit=$_commit")
+source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver")
 sha512sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list