summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52db7f2ece93..c864926e58de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=modulegraph
pkgname=python-$_name
-pkgver=0.19.2
-pkgrel=3
+pkgver=0.19.6
+pkgrel=1
pkgdesc='determines a dependency graph between Python modules primarily by bytecode analysis for import statements'
arch=('any')
url="https://github.com/ronaldoussoren/$_name"
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python python-altgraph)
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('14c59c10874001aa9c1d527f114870991c0d8dfc6baf6c7e27f885df794a8239')
+sha256sums=('c914c8c95a0e10fe88505d4e9c2284b4e3dbc70943e306cc6567e36cc541bf4b')
build() {
cd "$_name-$pkgver"