summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2019-07-19 10:24:41 +0200
committerJoan Figueras2019-07-19 10:24:41 +0200
commit762993f8411c3780274b208b66eacea045d06e0b (patch)
tree7965118c35f0f7bdcc71b0e70090b45db2a3d9ef /PKGBUILD
parentc08ecb076e0d69bb36d8fcc262ee078b2944c417 (diff)
downloadaur-762993f8411c3780274b208b66eacea045d06e0b.tar.gz
Fixed build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c6bd1b3be38..f7c538540a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Xavier Devlamynck <magicrhesus@ouranos.be>
-# Contributors: Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne
+# Contributors: Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne, Joan Figueras
pkgname=jitsi
pkgver=2.10.5550
-pkgrel=5
+pkgrel=8
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://jitsi.org"
-license=('apache')
+license=('Apache')
depends=('java-runtime')
makedepends=('apache-ant' 'java-environment-common')
options=(!strip !emptydirs zipman !libtool docs)
@@ -23,7 +23,6 @@ build()
cd "${srcdir}/${pkgname}"
# append the build revision to the jitsi version
sed -i "s/0\.build\.by\.SVN/build.${pkgver}/" src/net/java/sip/communicator/impl/version/NightlyBuildID.java
- . /etc/profile.d/apache-ant.sh
ant rebuild
}