summaryrefslogtreecommitdiff
path: root/pcr/jitsi/PKGBUILD
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2020-02-11 12:47:46 -0400
committerFreemor <freemor@freemor.ca>2020-02-11 12:47:46 -0400
commit2abda179cd33be80b3a242e1a8567fc2ff10052a (patch)
tree8b388f26cc899634fb0f9e8aed551799a7ee6f98 /pcr/jitsi/PKGBUILD
parent0bdebf6f4b3a04f9ca312c7fb9af0f5e1ad71f68 (diff)
Rebuild [pcr/jitsi] and [nonprism/jitsi] so that they work in the current java environment (aka for jdk/jre8 for them)
Diffstat (limited to 'pcr/jitsi/PKGBUILD')
-rw-r--r--pcr/jitsi/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/jitsi/PKGBUILD b/pcr/jitsi/PKGBUILD
index 473be0fc9..78366ebc1 100644
--- a/pcr/jitsi/PKGBUILD
+++ b/pcr/jitsi/PKGBUILD
@@ -10,20 +10,20 @@
pkgname=jitsi
pkgver=2.10.5550
-pkgrel=6
+pkgrel=7
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://jitsi.org"
license=('Apache')
-depends=('java-runtime')
-makedepends=('apache-ant' 'java-environment-common')
+depends=('java-runtime=8')
+makedepends=('ant' 'java-environment=8')
options=(!strip !emptydirs zipman !libtool docs)
source=("https://download.jitsi.org/jitsi/src/jitsi-src-${pkgver}.zip"
jitsi.desktop
jitsi.sh)
sha256sums=('cdfc6f038d1b877c42d26dba1864ac7c6b554dd55c18767a29f2db3618647287'
'40a411ec494280490a0e1a137735ef5efca434d8d10f18b0124df9e93302f959'
- 'c47bfa98fe36378f2e7b947cd248582f5a90c1b169d53d158badb00439fdc6c7')
+ 'b22ae316fece079ce7f56060f79722d74867562ec12b9a5279d144eb359587c9')
build()
{