summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshwin Vishnu2020-05-12 13:55:19 +0200
committerAshwin Vishnu2020-05-12 13:55:19 +0200
commit81eb2cc8151e1a43d0e6a3454fede64bfb24060b (patch)
tree34c812bc2f67f7ddc07fa36a4a4d216ff0256c08 /PKGBUILD
parentbb09b72e7d84d6b552c668fcb7f1b93e24d061cf (diff)
downloadaur-81eb2cc8151e1a43d0e6a3454fede64bfb24060b.tar.gz
Version 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5daacaac46ea..5544b47ab862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
pkgname=python-beniget
-pkgver=0.2.0
-pkgrel=4
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A static analyzer for Python3 code"
arch=('i686' 'x86_64')
url="https://github.com/serge-sans-paille/beniget"
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools')
_name=${pkgname#python-}
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4495fb8ef0e99f9291c751856e3cc0695115e7936acc54717a3f620ab331b247')
+sha256sums=('6b14f24dc6334e2ea9c71e4eaf6085c405dffbd8bbabf7e7e8e5ddb14936b9df')
depends=('python' 'python-gast')
provides=('python-beniget')