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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 22:30:42 UTC 2022


    Date: Friday, September 2, 2022 @ 22:30:41
  Author: arojas
Revision: 1291007

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 22:30:29 UTC (rev 1291006)
+++ PKGBUILD	2022-09-02 22:30:41 UTC (rev 1291007)
@@ -1,31 +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.9.9
-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 suitesparse plfit)
-makedepends=(cmake)
-source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee358d9bd13e3b491533e3eda5cda934bc5238aa756a68c2defaab4e33ee57ab')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None \
-    -DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target check
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 1291006, igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 22:30:41 UTC (rev 1291007)
@@ -0,0 +1,31 @@
+# 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.9.10
+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 suitesparse plfit)
+makedepends=(cmake)
+source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3e10eb2e0588bf6a2e1e730fb1a685f7591cbe589326f4ac1f5bb45b36664dbe')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target check
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list