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

Antonio Rojas arojas at archlinux.org
Mon Jun 19 21:36:01 UTC 2017


    Date: Monday, June 19, 2017 @ 21:36:00
  Author: arojas
Revision: 238768

Update to 0.6

Modified:
  gfan/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 20:32:24 UTC (rev 238767)
+++ PKGBUILD	2017-06-19 21:36:00 UTC (rev 238768)
@@ -1,27 +1,26 @@
-# $Id$
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=gfan
-pkgver=0.5
-pkgrel=2
+pkgver=0.6
+pkgrel=1
 pkgdesc="A software package for computing Gröbner fans and tropical varieties"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://home.imf.au.dk/jensen/software/gfan/gfan.html"
-license=('GPL')
-depends=('cddlib')
+license=(GPL)
+depends=(cddlib)
 source=("http://home.imf.au.dk/jensen/software/gfan/gfan${pkgver}.tar.gz" 'fix-build.patch')
-md5sums=('2d76d1625e0766c57c2b3ece809c23c8'
-         'e327ec23a3bdf20ce6c8711ab154db50')
+sha256sums=('12f90de250c19318eb0b183f86b09ae5a0d4acaca4e49ffb90f7a5858fbf455e'
+            'a2a834bf0483f277c45b0f8c8e9843ccad3832cacecc0cc5d943c51ad85fc7b5')
 
 prepare() {
   cd gfan$pkgver
-  patch -p1 -i $srcdir/fix-build.patch
+#  patch -p1 -i $srcdir/fix-build.patch
 }
 
 build() {
   cd gfan$pkgver
-  make
+  make cddnoprefix=true
 }
 
 package() {



More information about the arch-commits mailing list