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

Alexander Rødseth arodseth at archlinux.org
Thu Mar 17 11:25:00 UTC 2016


    Date: Thursday, March 17, 2016 @ 12:24:59
  Author: arodseth
Revision: 167025

upgpkg: io 2015.11.11-2

Modified:
  io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 10:39:11 UTC (rev 167024)
+++ PKGBUILD	2016-03-17 11:24:59 UTC (rev 167025)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Gergely Imreh <imrehg at gmail.com>
 
 pkgname=io
 pkgver=2015.11.11
-pkgrel=1
+pkgrel=2
 pkgdesc='IO programming language'
 arch=('x86_64' 'i686')
 url='http://iolanguage.com/'
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'git')
 options=('!makeflags' '!buildflags')
 source=("git://github.com/stevedekorte/io#tag=$pkgver"
-        PATCH-Fix-for-inlining-in-C11-mode.patch
-        PATCH-added--msse2-to-compile-flags-for.patch)
+        'PATCH-Fix-for-inlining-in-C11-mode.patch'
+        'PATCH-added--msse2-to-compile-flags-for.patch')
 md5sums=('SKIP'
          'a3bab046cbc4be88ec95bb22c28abab3'
          '83552f6cabb4224cbcdcc01cb3bd4b90')
@@ -31,7 +31,7 @@
   mkdir -p build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make # Does not build with ninja
+  make
 }
 
 package() {



More information about the arch-commits mailing list