summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2023-07-09 21:37:07 +0200
committerMuflone2023-07-09 21:37:07 +0200
commitb2b07a46344d04226ed6f8da13b6d30b513dd97d (patch)
treec2b5e8adc951a9f73958a798c035a4ed42761944 /PKGBUILD
parent13c112818e8ed0add179ddbf4525776108aa56c6 (diff)
downloadaur-python-jpype1.tar.gz
Updated package python-jpype1 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 132210bd7fcb..8021b79658ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=python-jpype1
_pkgname=jpype
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Python to Java bridge, an effort to allow Python programs full access to Java class libraries"
arch=('x86_64')
url="https://github.com/jpype-project/${_pkgname}"
license=('APACHE')
makedepends=('python-setuptools' 'ant')
-depends=('python')
+depends=('python' 'python-typing_extensions' 'python-packaging' 'java-runtime')
conflicts=('jpype' 'python-jpype')
source=("JPype1-${pkgver}.tar.gz"::"https://github.com/jpype-project/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('35516d4b65569ccb2adaec979e9a3506437768d90588a898b3cd33283f25fccc')
+sha256sums=('a5f56760560b75aef9db782140ad69f65786b5d253e153261ff4d067ae181ae9')
build() {
cd "${_pkgname}-${pkgver}"