summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago de Paula Peixoto2018-06-28 16:23:22 +0100
committerTiago de Paula Peixoto2018-06-28 16:23:22 +0100
commitf591adb12640c163408c731119fdeb8f0a61ed64 (patch)
treec42dda914eaee6b6a30a311a3ed5fbf0b12d3472
parent2207212aabd9172e8f39353ed77b74f1d00db0d9 (diff)
downloadaur-f591adb12640c163408c731119fdeb8f0a61ed64.tar.gz
Update to version 2.27
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737361818866..8e948ad7f610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 12 09:45:03 UTC 2018
+# Thu Jun 28 15:23:16 UTC 2018
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.26
+ pkgver = 2.27
pkgrel = 1
url = https://graph-tool.skewed.de
arch = i686
@@ -20,10 +20,8 @@ pkgbase = python2-graph-tool
optdepends = graphviz: graph layout
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.26.tar.bz2
- source = https://git.skewed.de/count0/graph-tool/commit/9bd68ef9df7cadb2ca537037a425664ce14dc220.diff
- sha256sums = df6273dc5ef327a0eaf1ef1c46751fce4c0b7573880944e544287b85a068f770
- sha256sums = 89a56cd125b70ba074950ea6252bdd10a8b2e75cf6ee53b6b38e4855fe066373
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.27.tar.bz2
+ sha256sums = 4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313
pkgname = python2-graph-tool
diff --git a/PKGBUILD b/PKGBUILD
index 2d33f5bcec35..db9dee05fb30 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.26
+pkgver=2.27
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
@@ -14,14 +14,11 @@ makedepends=(sparsehash)
optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
-source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2"
- "https://git.skewed.de/count0/graph-tool/commit/9bd68ef9df7cadb2ca537037a425664ce14dc220.diff")
-sha256sums=('df6273dc5ef327a0eaf1ef1c46751fce4c0b7573880944e544287b85a068f770'
- '89a56cd125b70ba074950ea6252bdd10a8b2e75cf6ee53b6b38e4855fe066373')
+source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
+sha256sums=('4740c69720dfbebf8fb3e77057b3e6a257ccf0432cdaf7345f873247390e4313')
prepare() {
cd "$srcdir/graph-tool-$pkgver"
- patch -p1 -i ../9bd68ef9df7cadb2ca537037a425664ce14dc220.diff
./configure --enable-openmp --prefix=/usr --docdir="/usr/share/doc/$pkgname" PYTHON=python2
}