Date: Monday, May 31, 2021 @ 19:20:56
  Author: arojas
Revision: 952883

Update to 0.9.4

Modified:
  igraph/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-31 19:13:10 UTC (rev 952882)
+++ PKGBUILD    2021-05-31 19:20:56 UTC (rev 952883)
@@ -3,16 +3,16 @@
 # Contributor: Denis Zawada <d...@bajtogrod.pl>
 
 pkgname=igraph
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
-pkgdesc="A library for creating and manipulating (un)directed graphs."
+pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
-url="https://igraph.org/c/";
+url='https://igraph.org/c/'
 license=(GPL2)
 depends=(glpk arpack libxml2 suitesparse)
 makedepends=(cmake)
-source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0cb185df3bdf16895c012e37c4a01b01e01a7b81f630df7602070765511eda87')
+source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a3285cccf4f043c9ced2bc8d8d2609ff8398cb92ed49fdf86264ed91929137dd')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \

Reply via email to