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

Felix Yan fyan at archlinux.org
Tue Jun 23 16:58:34 UTC 2015


    Date: Tuesday, June 23, 2015 @ 18:58:34
  Author: fyan
Revision: 135767

upgpkg: ponyc 0.1.7-2

use arch=core2 to avoid AVX2 (FS#45437)

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-23 16:57:27 UTC (rev 135766)
+++ PKGBUILD	2015-06-23 16:58:34 UTC (rev 135767)
@@ -3,7 +3,7 @@
 
 pkgname=ponyc
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='An actor model, capabilities, high performance programming language.'
 url='http://ponylang.org/'
 arch=('x86_64')
@@ -16,11 +16,11 @@
 sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
 
 build() {
-  make config=release prefix=/usr
+  make config=release prefix=/usr arch=core2
 }
 
 check() {
-  make config=release prefix=/usr test
+  make config=release prefix=/usr arch=core2 test
 }
 
 package() {



More information about the arch-commits mailing list