Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
igraph


Commits:
4a26b7e6 by Antonio Rojas at 2024-05-07T00:36:15+02:00
upgpkg: 0.10.12-1: Update to 0.10.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = igraph
        pkgdesc = A library for creating and manipulating (un)directed graphs
-       pkgver = 0.10.11
+       pkgver = 0.10.12
        pkgrel = 1
        url = https://igraph.org/c/
        arch = x86_64
        license = GPL-2.0-only
        makedepends = cmake
+       makedepends = git
        depends = arpack
        depends = blas
        depends = gcc-libs
@@ -15,7 +16,7 @@ pkgbase = igraph
        depends = lapack
        depends = libxml2
        depends = plfit
-       source = 
https://github.com/igraph/igraph/releases/download/0.10.11/igraph-0.10.11.tar.gz
-       sha256sums = 
f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63
+       source = git+https://github.com/igraph/igraph#tag=0.10.12
+       sha256sums = 
ace77247666891f054297009a3af8a33902f971b5777bc6fed81f72666288282
 
 pkgname = igraph


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada <d...@bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.10.11
+pkgver=0.10.12
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -18,12 +18,13 @@ depends=(arpack
          lapack
          libxml2
          plfit)
-makedepends=(cmake)
-source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63')
+makedepends=(cmake
+             git)
+source=(git+https://github.com/igraph/igraph#tag=$pkgver)
+sha256sums=('ace77247666891f054297009a3af8a33902f971b5777bc6fed81f72666288282')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \
     -DBUILD_SHARED_LIBS=ON



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/4a26b7e6791305828f9d48d0eef75357647b8adc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/4a26b7e6791305828f9d48d0eef75357647b8adc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to