summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-11-06 13:35:22 +0100
committerPhilipp A2018-11-06 13:35:22 +0100
commit1ea76f4f39efa65416316ab3dc66eed29e375614 (patch)
tree1733780d4f29611a84f47885e5adaf957e2de194
parent11f638f4ddaf6d945d4a5e6e8323c18ecc57d0ac (diff)
downloadaur-1ea76f4f39efa65416316ab3dc66eed29e375614.tar.gz
v0.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfb78689a8a2..24a224a0b263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-altgraph
pkgdesc = altgraph is a fork of graphlib: a graph (network) package for constructing graphs
- pkgver = 0.15
+ pkgver = 0.16.1
pkgrel = 1
url = https://pypi.python.org/pypi/altgraph
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-0.15.tar.gz
- sha256sums = fc28b986a68fde8d3ff0e6d6ba3fbdd2cd562d11d45ef7c7735fbd826c9eec2e
+ source = https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-0.16.1.tar.gz
+ sha256sums = ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
pkgname = python-altgraph
diff --git a/PKGBUILD b/PKGBUILD
index e217b9128e68..76ccdcfcb86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=altgraph
pkgname=python-altgraph
-pkgver=0.15
+pkgver=0.16.1
pkgrel=1
pkgdesc='altgraph is a fork of graphlib: a graph (network) package for constructing graphs'
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('fc28b986a68fde8d3ff0e6d6ba3fbdd2cd562d11d45ef7c7735fbd826c9eec2e')
+sha256sums=('ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c')
package() {
cd "$srcdir/$_name-$pkgver"