summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHexchain Tong2017-04-28 11:02:04 +0800
committerHexchain Tong2017-04-28 11:02:04 +0800
commit88e373f2a9b65198652a82af5a17e1cfe49e2287 (patch)
treecf48b3591b267834dc1e080f9670baf18445d515 /PKGBUILD
parentc2fb165358f233eb57a1a78054d4861de82ae0ed (diff)
downloadaur-88e373f2a9b65198652a82af5a17e1cfe49e2287.tar.gz
python-typed-ast is required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 785343277f55..578b8e2d3b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pypi_name=mypy
pkgname=${_pypi_name}
pkgver=0.501
-pkgrel=1
+pkgrel=2
pkgdesc='Optional static typing for Python 2 and 3'
url="https://github.com/python/mypy"
arch=('any')
license=('MIT')
provides=('python-mypy-lang' 'python-mypy')
conflicts=('python-mypy-lang' 'python-mypy')
-optdepends=('python-typed-ast: fast parser')
+depends=('python-typed-ast')
source=(
"$_pypi_name-$pkgver.tar.gz::https://pypi.org/packages/source/m/$_pypi_name/$_pypi_name-$pkgver.tar.gz"
"LICENSE::$url/raw/v$pkgver/LICENSE")