summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2016-10-04 20:54:47 +0200
committerArthurBorsboom2016-10-04 20:54:47 +0200
commit5aeda2eb4333a39e6a61a124df3518540f33df7f (patch)
treee0b345f038a6ebfad4fada4d400d29a5853bef93
parent1cd12a9a3bfe12a82092984adf3d08dba66dab0f (diff)
downloadaur-5aeda2eb4333a39e6a61a124df3518540f33df7f.tar.gz
Use the git repository directly, since the .zip files are not provided anymore by the download section of jitsi.org
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cec12e904d7..c47b1d820506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Wed Apr 1 16:32:36 UTC 2015
pkgbase = jitsi-nightly
pkgdesc = An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)
- pkgver = 2.9.20160617
+ pkgver = 2.9.20161004
pkgrel = 1
url = http://jitsi.org
install = jitsi-nightly.install
@@ -25,7 +25,7 @@ pkgbase = jitsi-nightly
options = zipman
options = !libtool
options = docs
- source = http://download.jitsi.org/jitsi/nightly/src/jitsi-src-2.9-nightly.latest.zip
+ source = git+https://github.com/jitsi/jitsi.git
source = jitsi.desktop
source = jitsi.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eeacdaa5c1e4..3b5b3a84b0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=jitsi
# pkgvermajor needs manual increment
_pkgvermajor=2.9
# pkgver is determined automatically
-pkgver=2.9.20160617
+pkgver=2.9.20161004
pkgrel=1
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=(
)
options=(!strip !emptydirs zipman !libtool docs)
source=(
- http://download.jitsi.org/jitsi/nightly/src/jitsi-src-${_pkgvermajor}-nightly.latest.zip
+ git+https://github.com/jitsi/jitsi.git
${_pkgname}.desktop
${_pkgname}.sh
)