[arch-commits] Commit in igraph/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 29 12:01:28 UTC 2020


    Date: Wednesday, January 29, 2020 @ 12:01:27
  Author: arojas
Revision: 558718

archrelease: copy trunk to community-x86_64

Added:
  igraph/repos/community-x86_64/PKGBUILD
    (from rev 558717, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 12:00:57 UTC (rev 558717)
+++ PKGBUILD	2020-01-29 12:01:27 UTC (rev 558718)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
-# Contributor: Denis Zawada <deno at bajtogrod.pl>
-
-pkgname=igraph
-pkgver=0.7.1
-pkgrel=11
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(x86_64)
-url="https://igraph.org/c/"
-license=(GPL2)
-depends=(glpk arpack libxml2)
-source=("https://igraph.org/nightly/get/c/$pkgname-$pkgver.tar.gz")
-sha256sums=('d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-blas --with-external-lapack --with-external-arpack --with-external-glpk --disable-tls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 558717, igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-29 12:01:27 UTC (rev 558718)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
+# Contributor: Denis Zawada <deno at bajtogrod.pl>
+
+pkgname=igraph
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/"
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('72637335600cf4758fd718009b16d92489b58a2f5dd96d884740d20cd5769649')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --with-external-blas \
+   --with-external-lapack \
+   --with-external-arpack \
+   --with-external-glpk
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list