[arch-commits] Commit in igraph/trunk (PKGBUILD igraph-pflit.patch)

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 16 19:46:42 UTC 2022


    Date: Wednesday, March 16, 2022 @ 19:46:42
  Author: arojas
Revision: 1155813

Update to 0.9.7

Modified:
  igraph/trunk/PKGBUILD
Deleted:
  igraph/trunk/igraph-pflit.patch

--------------------+
 PKGBUILD           |   12 +++---------
 igraph-pflit.patch |   12 ------------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-16 19:46:28 UTC (rev 1155812)
+++ PKGBUILD	2022-03-16 19:46:42 UTC (rev 1155813)
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <deno at bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -11,15 +11,9 @@
 license=(GPL2)
 depends=(glpk arpack libxml2 suitesparse plfit)
 makedepends=(cmake)
-source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-        igraph-pflit.patch)
-sha256sums=('7c299ec54eecfe413758c332a42c4cb71d02d2951b2ac232584d317c5792f387'
-            '21687f028108cd9ce02a614dd399563b3b8cb1dcb059ed6bd3d05aa5f94b8f79')
+source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b0a774eb5514acf93902a53d8f7dcdd553bf7130e5fd2e1b18a2927b842ed130')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < igraph-pflit.patch # Make cmake find pflit
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \

Deleted: igraph-pflit.patch
===================================================================
--- igraph-pflit.patch	2022-03-16 19:46:28 UTC (rev 1155812)
+++ igraph-pflit.patch	2022-03-16 19:46:42 UTC (rev 1155813)
@@ -1,12 +0,0 @@
-diff --git a/etc/cmake/FindPLFIT.cmake b/etc/cmake/FindPLFIT.cmake
-index 666464b4c..01369377f 100644
---- a/etc/cmake/FindPLFIT.cmake
-+++ b/etc/cmake/FindPLFIT.cmake
-@@ -10,6 +10,7 @@
- 
- find_path(PLFIT_INCLUDE_DIR
-   NAMES plfit.h
-+  PATH_SUFFIXES plfit
- )
- 
- find_library(PLFIT_LIBRARY



More information about the arch-commits mailing list