summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshwin Vishnu2020-07-31 11:47:38 +0200
committerAshwin Vishnu2020-07-31 11:47:38 +0200
commit0f31918ad942e532eab2b09320bc6ea6675ac8a0 (patch)
tree007ed7ca434a4de484b3faa018dd0fd0fab1715d /PKGBUILD
parent81eb2cc8151e1a43d0e6a3454fede64bfb24060b (diff)
downloadaur-0f31918ad942e532eab2b09320bc6ea6675ac8a0.tar.gz
Version 0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5544b47ab862..9e0b78b92e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
pkgname=python-beniget
-pkgver=0.2.1
+pkgver=0.2.3
pkgrel=1
pkgdesc="A static analyzer for Python3 code"
arch=('i686' 'x86_64')
@@ -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=('6b14f24dc6334e2ea9c71e4eaf6085c405dffbd8bbabf7e7e8e5ddb14936b9df')
+sha256sums=('350422b0598c92fcc5f8bcaf77f2a62f6744fb8f2fb495b10a50176c1283639f')
depends=('python' 'python-gast')
provides=('python-beniget')