summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A.2023-12-12 09:05:18 +0100
committerPhilipp A.2023-12-12 09:05:18 +0100
commit9ccfaeb2502aa684f9bd9a6322bd68e3dcfb5cbc (patch)
tree9bb65b4fb5fe48e1948d6c351b41fd04b86e6868 /PKGBUILD
parent2fb042211c78f8b138566e895bbb1e39d3937f4b (diff)
downloadaur-python-altgraph.tar.gz
v0.17.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a31c083a9ff3..dec563c8e5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=altgraph
pkgname=python-$_name
-pkgver=0.17.3
+pkgver=0.17.4
pkgrel=1
pkgdesc='A graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.'
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python python-setuptools) # setuptools for pkg_resources
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ad33358114df7c9416cdb8fa1eaa5852166c505118717021c6a8c7c7abbd03dd')
+sha256sums=('1b5afbb98f6c4dcadb2e2ae6ab9fa994bbb8c1d75f4fa96d340f9437ae454406')
build() {
cd "$_name-$pkgver"