summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorisbest2022-08-29 22:01:26 +0800
committerisbest2022-08-29 22:01:26 +0800
commit1e77424aa0730e8289e1672c5eb43bf77a57e6a3 (patch)
treeb6962d5f88b9226d6513cdd2dcbf88ce84d50fa6 /PKGBUILD
parente7ec98f2adb1b79d14ecef3c6d50f83970f1d2d1 (diff)
downloadaur-1e77424aa0730e8289e1672c5eb43bf77a57e6a3.tar.gz
update python-py4j
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 672bc5933625..eb0214c52c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=py4j
pkgname=python-${_pkgname}
-pkgver=0.10.9.5
+pkgver=0.10.9.7
pkgrel=1
pkgdesc="Enables Python programs to dynamically access arbitrary Java objects"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('python-future')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('276a4a3c5a2154df1860ef3303a927460e02e97b047dc0a47c1c3fb8cce34db6')
+sha256sums=('0b6e5315bb3ada5cf62ac651d107bb2ebc02def3dee9d9548e3baac644ea8dbb')
build() {
cd "${_pkgname}-$pkgver"