Date: Wednesday, November 25, 2020 @ 07:05:37
  Author: arojas
Revision: 761029

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-25 07:05:27 UTC (rev 761028)
+++ PKGBUILD    2020-11-25 07:05:37 UTC (rev 761029)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-# Contributor: Fazlul Shahriar <fshahr...@gmail.com>
-# Contributor: Denis Zawada <d...@bajtogrod.pl>
-
-pkgname=igraph
-pkgver=0.8.3
-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=('cc935826d3725a9d95f1b0cc46e3c08c554b29cdd6943f0286d965898120b3f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --with-external-blas \
-   --with-external-lapack \
-   --with-external-arpack \
-   --with-external-glpk
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 761028, 
igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-25 07:05:37 UTC (rev 761029)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Fazlul Shahriar <fshahr...@gmail.com>
+# Contributor: Denis Zawada <d...@bajtogrod.pl>
+
+pkgname=igraph
+pkgver=0.8.4
+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=('ceef4e169777bdfb94673a068d128e189c311d6de62fe88569bbae090836f888')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --with-external-blas \
+   --with-external-lapack \
+   --with-external-arpack \
+   --with-external-glpk
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to