summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2019-06-09 16:41:50 +0200
committerTiago de Paula Peixoto2019-06-09 16:41:50 +0200
commit33e696f5957cf9a54e5e988c556758e75120b61d (patch)
tree2cc3438de024968471926e15d2b7b30d9db20d1b
parent5a3116deef025b6b4ba7884f904c2395c0f5e58d (diff)
downloadaur-33e696f5957cf9a54e5e988c556758e75120b61d.tar.gz
Update to version 2.28
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be7361f4f43..04eb751edc51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 16 18:40:51 UTC 2018
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.27
+ pkgver = 2.28
pkgrel = 1
url = https://graph-tool.skewed.de
arch = i686
@@ -21,10 +19,8 @@ pkgbase = python2-graph-tool
optdepends = graphviz: graph layout
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = https://downloads.skewed.de/graph-tool/graph-tool-2.27.tar.bz2
- source = https://git.skewed.de/count0/graph-tool/commit/aa39e4a6b42d43fac30c841d176c75aff92cc01a.diff
- sha256sums = 4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313
- sha256sums = 5a4ea386342c2de9422da5b07dd4272d47d2cdbba99d9b258bff65a69da562c1
+ source = https://downloads.skewed.de/graph-tool/graph-tool-2.28.tar.bz2
+ sha256sums = a2dbe0c926c058b1a6f696a05b9d9b65a3ceed57b8b6b0fe1474076bca9f8111
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 2a2104e88593..8640788300ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Remove the --enable-openmp flag below if you do not want parallelization.
pkgname=python2-graph-tool
-pkgver=2.27
+pkgver=2.28
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
@@ -14,14 +14,11 @@ makedepends=(boost sparsehash)
optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
-source=("https://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2"
- "https://git.skewed.de/count0/graph-tool/commit/aa39e4a6b42d43fac30c841d176c75aff92cc01a.diff")
-sha256sums=('4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313'
- '5a4ea386342c2de9422da5b07dd4272d47d2cdbba99d9b258bff65a69da562c1')
+source=("https://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
+sha256sums=('a2dbe0c926c058b1a6f696a05b9d9b65a3ceed57b8b6b0fe1474076bca9f8111')
prepare() {
cd "$srcdir/graph-tool-$pkgver"
- patch -Np1 -i "${srcdir}/aa39e4a6b42d43fac30c841d176c75aff92cc01a.diff"
./configure --enable-openmp --prefix=/usr --docdir="/usr/share/doc/$pkgname" PYTHON=python2
}