summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent2207212aabd9172e8f39353ed77b74f1d00db0d9 (diff)
downloadaur-f591adb12640c163408c731119fdeb8f0a61ed64.tar.gz
Update to version 2.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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
}