summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2018-09-17 08:56:07 +0200
committerArthurBorsboom2018-09-17 08:56:07 +0200
commit0fc614bc7009398a87d7bc8c329418953f6c7b2c (patch)
tree723ad18e327057433956b7d3a381532542dfcb64
parent34a4d15313d57413c53a97fc58e1c65ce446adff (diff)
downloadaur-0fc614bc7009398a87d7bc8c329418953f6c7b2c.tar.gz
Updated Jitsy to build with the updated Apache Ant
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2787caa8fec..921aab0269fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jitsi-nightly
pkgdesc = An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)
- pkgver = 2.11.20180809
+ pkgver = 2.11.20180917
pkgrel = 1
url = http://jitsi.org
install = jitsi-nightly.install
diff --git a/PKGBUILD b/PKGBUILD
index 7d5c3749f567..3878397a16e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=jitsi
# pkgvermajor needs manual increment
_pkgvermajor=2.11
# pkgver is determined automatically
-pkgver=2.11.20180809
+pkgver=2.11.20180917
pkgrel=1
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('Apache')
provides=(jitsi)
conflicts=(jitsi jitsi-stable)
depends=('java-environment=8' 'bash' 'gtk2' 'libxv' 'alsa-lib' 'libxss')
-makedepends=('apache-ant')
+makedepends=('ant')
optdepends=(
'libpulse: PulseAudio support'
)
@@ -42,7 +42,6 @@ build() {
# append the build revision to the jitsi version
sed -i "s/BUILD_ID="\"".*"\""/BUILD_ID="\"$(date +%Y%m%d)\""/" src/net/java/sip/communicator/impl/version/NightlyBuildID.java
- . /etc/profile.d/apache-ant.sh
# Force to compile with Java 8, since Java 10 does return compile errors as of 09-08-2018
export PATH=/usr/lib/jvm/java-8-openjdk/bin/:$PATH