summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2018-08-11 22:37:16 +0200
committerMuflone2018-08-11 22:37:16 +0200
commit9010435b4d645679cf0f3311ea8b8f84c285bf40 (patch)
treeb3c59d1d4780416310c7965b268574f14bde5c87
parent71b7430abf9e609550312e717f4f76f3cc589c2e (diff)
downloadaur-9010435b4d645679cf0f3311ea8b8f84c285bf40.tar.gz
Updated packages python-jpype1 and python2-jpype1 0.6.3-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9383e829067..3e424c50d09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Aug 11 20:29:53 UTC 2018
+# Sat Aug 11 20:36:24 UTC 2018
pkgbase = python2-jpype1
pkgdesc = Python to Java bridge, an effort to allow Python programs full access to Java class libraries
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jpype-project/jpype
arch = x86_64
license = APACHE
makedepends = python-setuptools
makedepends = python2-setuptools
- depends = java-runtime
conflicts = jpype
source = JPype1-0.6.3.tar.gz::https://github.com/jpype-project/jpype/archive/v0.6.3.tar.gz
sha256sums = 5c447f4ac2d97f60ee1753fa59dd32ebdc29e16571db9ce2fb7a67362d459e22
diff --git a/PKGBUILD b/PKGBUILD
index 136a954417c5..e0f7923c583f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,11 @@ pkgbase=python2-jpype1
pkgname=('python-jpype1' 'python2-jpype1')
_pkgname=jpype1
pkgver=0.6.3
-pkgrel=1
+pkgrel=2
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/jpype"
license=('APACHE')
-depends=('java-runtime')
makedepends=('python-setuptools' 'python2-setuptools')
conflicts=('jpype')
source=("JPype1-${pkgver}.tar.gz"::"https://github.com/jpype-project/jpype/archive/v${pkgver}.tar.gz")