summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0829fcfd226b..7541e5723517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=(python-numba-git)
_gitname=numba
pkgver=0.22.1.r574.g77d6a60
pkgrel=1
-pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
+pkgdesc="NumPy aware dynamic Python compiler using LLVM"
url="https://github.com/numba/numba"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('python' 'python-llvmlite-git' )
+depends=('python-llvmlite-git' )
makedepends=('git' 'cython')
conflicts=()
replaces=()