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

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 27 22:08:07 UTC 2018


    Date: Thursday, September 27, 2018 @ 22:08:06
  Author: foutrelis
Revision: 386768

Switch to llvm6{,-libs} until LLVM 7 support lands

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 22:07:53 UTC (rev 386767)
+++ PKGBUILD	2018-09-27 22:08:06 UTC (rev 386768)
@@ -2,13 +2,13 @@
 
 pkgname=ponyc
 pkgver=0.24.4
-pkgrel=1
+pkgrel=2
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
 arch=('x86_64')
 license=('BSD')
-depends=('llvm-libs')
-makedepends=('llvm')
+depends=('llvm6-libs')
+makedepends=('llvm6')
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')



More information about the arch-commits mailing list