summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-05-04 07:24:21 -0500
committerCarlos Aznarán Laos2022-05-04 07:24:21 -0500
commit5dce167eb42ffa9b76f8ae68d199cc23e05da9cb (patch)
tree9c3b1f28dadd951f5da2dcefa0eebc8d2759e1ae /PKGBUILD
parentc5e692897ad1f53eb4607003ac53907679fd8a9a (diff)
downloadaur-5dce167eb42ffa9b76f8ae68d199cc23e05da9cb.tar.gz
Add dependencies six and appdirs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97d0de8628ec..bdbeedbfd040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ _base=codepy
pkgname=python-${_base}
pkgdesc="Generate and execute native code at run time, from Python"
pkgver=2019.1
-pkgrel=3
+pkgrel=4
arch=('x86_64')
url="https://documen.tician.de/${_base}"
license=(MIT)
-depends=(python-cgen boost)
+depends=(python-six python-appdirs python-cgen boost)
makedepends=(python-setuptools git)
checkdepends=(python-pytest)
source=("git+https://github.com/inducer/${_base}.git?signed#tag=v${pkgver}")