summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:12:46 +0200
committerPhilipp A2022-09-16 17:12:46 +0200
commit6b676b5a7f58c51afee9a603896781ea0c429230 (patch)
treee5723da993fc0193d35f1f9482e9074ad03321f3 /PKGBUILD
parent68066253b753e73e4076b4ccead6dcc0dc713f24 (diff)
downloadaur-python-pyjnius.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 502f98cf3faa..fadb6a8a6519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name=pyjnius
pkgname=python-$_name
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python module to access Java class as Python class, using JNI.'
arch=(any)
url="https://github.com/kivy/$_name"
license=(MIT)
depends=(python java-environment python-six)
-makedepends=(cython python-setuptools python-installer python-build)
+makedepends=(cython python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('fc0637cda4ae128ec4a96ac327d352e87ea866764b01d962672870be539a9dae')