summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortplasdio2022-06-10 03:40:42 +0000
committertplasdio2022-06-10 03:40:42 +0000
commitf568321509f499fe9e81812a155d03d2699a46c7 (patch)
tree356b4e3ce778e75581ebaab664967b768486c820
parent7a9c19f2c1760b7232361e6a9eb8003ce028628a (diff)
downloadaur-f568321509f499fe9e81812a155d03d2699a46c7.tar.gz
added git in makedepends, thanks to micwoj92
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b996c40ab6a2..0d45227511c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: articpenguin <julia.schweinz at mailfence dot com>
+# Contributor: micwoj92
pkgname=ilua-git
_pkgname=ilua
pkgver=0.2.1.r135.05eb181
-pkgrel=1
+pkgrel=2
pkgdesc="Portable Lua kernel for Jupyter "
arch=(any)
url="https://github.com/guysv/ilua"
@@ -19,7 +20,10 @@ depends=(
python-pygments
python-service-identity
)
-makedepends=(python-setuptools)
+makedepends=(
+ python-setuptools
+ git
+)
provides=('ilua')
#conflicts=('') # It installs the kernel in /usr/share/jupyter/kernels/lua, not sure if it would conflict with other Lua Jupyter kernels packaged in the future
source=("git+$url")