summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Müllner2015-09-18 15:27:20 +0200
committerDaniel Müllner2015-09-18 15:27:20 +0200
commit4ae740bf350e5a981f978ece987750928dfa6325 (patch)
tree6c22dfcf9cb6e50ce1781b4acc7a1eb9fa5997da
parent3e2e37d9939d75329640673824e17b785325207f (diff)
downloadaur-4ae740bf350e5a981f978ece987750928dfa6325.tar.gz
Update to version 2.7
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad3e466f7e3..9bc0b99a3fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
- pkgver = 2.5
+ pkgver = 2.7
pkgrel = 1
url = http://projects.skewed.de/graph-tool/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = python2-graph-tool
optdepends = python2-cairo: graph drawing
optdepends = python2-matplotlib: graph drawing
options = !libtool
- source = http://downloads.skewed.de/graph-tool/graph-tool-2.5.tar.bz2
- sha256sums = aa1a964de6237c0620f2ec5e9a38e389a756b58211270b8836216ad817f96bec
+ source = http://downloads.skewed.de/graph-tool/graph-tool-2.7.tar.bz2
+ sha256sums = c71ab0056c27d0d5b4f92d58d8d3ad019ef535da822b54898459a09b119449e1
pkgname = python2-graph-tool
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c51a88351e79
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+graph-tool-*.tar.bz2
+python2-graph-tool-*.pkg.tar
+pkg/*
+src/*
diff --git a/PKGBUILD b/PKGBUILD
index d9752f39f00b..abe37089fbef 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.5
+pkgver=2.7
pkgrel=1
pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('graphviz: graph layout'
'python2-matplotlib: graph drawing')
options=(!libtool)
source=("http://downloads.skewed.de/graph-tool/graph-tool-$pkgver.tar.bz2")
-sha256sums=('aa1a964de6237c0620f2ec5e9a38e389a756b58211270b8836216ad817f96bec')
+sha256sums=('c71ab0056c27d0d5b4f92d58d8d3ad019ef535da822b54898459a09b119449e1')
prepare() {
cd "$srcdir/graph-tool-$pkgver"