Date: Thursday, January 26, 2023 @ 16:48:39
  Author: arojas
Revision: 1388351

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-26 16:48:30 UTC (rev 1388350)
+++ PKGBUILD    2023-01-26 16:48:39 UTC (rev 1388351)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fazlul Shahriar <[email protected]>
-# Contributor: Denis Zawada <[email protected]>
-
-pkgname=igraph
-pkgver=0.10.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 plfit)
-makedepends=(cmake)
-source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5f72398c7847bb167f85159b7a9fe1fe69ce0f241c5de5d30b2b347f9dc3f7c6')
-
-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 1388350, 
igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-26 16:48:39 UTC (rev 1388351)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fazlul Shahriar <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+pkgname=igraph
+pkgver=0.10.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 plfit)
+makedepends=(cmake)
+source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc')
+
+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
+}

Reply via email to