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

Felix Yan felixonmars at archlinux.org
Fri Mar 1 22:11:08 UTC 2019


    Date: Friday, March 1, 2019 @ 22:11:08
  Author: felixonmars
Revision: 437329

upgpkg: ponyc 0.27.0-1

Modified:
  ponyc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-01 21:38:46 UTC (rev 437328)
+++ PKGBUILD	2019-03-01 22:11:08 UTC (rev 437329)
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=ponyc
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
 arch=('x86_64')
 license=('BSD')
-depends=('llvm6-libs')
-makedepends=('llvm6')
+depends=('llvm-libs')
+makedepends=('llvm')
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz")
-sha512sums=('0675c00a47607e9028c0975f31fc1eeca249d26e5543846f34339a664c44b5505386f9abdf41f53610edb6cbef0bc6291019c52061ae6076b0f5ff9bc6e974de')
+sha512sums=('26584d50496ba8ace82b34757813fbc51ec4227b63eaf70b4ec9b9547aed8b65ed22b05b64da93e3866eca6ac238f8d7c07fc15ae93049541d8bf82e207b54c0')
 
 prepare() {
   cd ponyc-$pkgver



More information about the arch-commits mailing list