summaryrefslogtreecommitdiff
path: root/~emulatorman
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-21 11:22:18 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-21 11:22:18 -0300
commit9d9001604eb3125fff93c3555c81f2f121ddd92b (patch)
treed1ee031c2d6cee21072b4e457f5a56ea1c5e62a5 /~emulatorman
parent7ebdd6c94faa5f7f1baed096597fea6e60a28151 (diff)
jitsi-stable-1.0.3967-1: updated version
Diffstat (limited to '~emulatorman')
-rw-r--r--~emulatorman/jitsi-stable/.directory2
-rw-r--r--~emulatorman/jitsi-stable/PKGBUILD17
2 files changed, 11 insertions, 8 deletions
diff --git a/~emulatorman/jitsi-stable/.directory b/~emulatorman/jitsi-stable/.directory
new file mode 100644
index 000000000..92b2cbc36
--- /dev/null
+++ b/~emulatorman/jitsi-stable/.directory
@@ -0,0 +1,2 @@
+[Dolphin]
+Timestamp=2012,4,21,11,20,49
diff --git a/~emulatorman/jitsi-stable/PKGBUILD b/~emulatorman/jitsi-stable/PKGBUILD
index 9cb7018a9..1b9ff60f1 100644
--- a/~emulatorman/jitsi-stable/PKGBUILD
+++ b/~emulatorman/jitsi-stable/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: xduugu
# Contributor: Ananda Samaddar ananda@samaddar.co.uk
# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
# Contributor: atommix aka Aleks Lifey <Aleks.Lifey@gmail.com>
@@ -6,29 +7,29 @@
_pkgname=jitsi
pkgname=$_pkgname-stable
-pkgver=1.0.beta1.3820
+pkgver=1.0.3967
pkgrel=1
pkgdesc="An audio/video/chat communicator that supports protocols such as SIP and XMPP/Jabber"
arch=('i686' 'x86_64')
url="http://jitsi.org"
license=('LGPL')
-depends=('openjdk6')
-makedepends=('apache-ant' 'openjdk6')
+depends=('java-runtime')
+makedepends=('apache-ant' 'java-environment')
provides=("$_pkgname=$pkver")
conflicts=("$_pkgname")
options=(!strip !emptydirs zipman !libtool docs)
-source=("http://download.jitsi.org/jitsi/src/jitsi-src-1.0-beta1-nightly.build.${pkgver##*.}.zip"
+source=("http://download.jitsi.org/jitsi/src/jitsi-src-1.0-build.${pkgver##*.}.zip"
$_pkgname.{desktop,sh})
-md5sums=('a5675da30e2e5fd801d2457ddddba0f9'
+md5sums=('0fb7aaaad551177c3037ae570ca2f2e1'
'5923eeca35823f8ef1e416a9a6fc0fac'
'55fe144bbf19283e7ec5d7bd3228cf5b')
-sha256sums=('74d845b993cdd53856415a179ac72bbe9c6f5db37482874eab7be34490e7c0c2'
+sha256sums=('cfc918f5b1c5890f10e3c0861cd51432ce33baa09a0a98068e51fbd58a05c46d'
'770132b617d94ed468e9592b991ceac10eb3e03e7198b8f5f2f05918f7db4302'
'98027ddaa1ebfe948fa49f6e57ab0d2c866d5e7c37873e30638b86223a2a15e9')
# uncomment to get the latest stable release; you have to adjust/skip checksums
-#source[0]=http://download.jitsi.org/jitsi/src/$(curl -Ss 'http://download.jitsi.org/jitsi/src/' | grep -om1 'jitsi-src[^"<]\+.zip' | head -1)
-#pkgver=$(sed -r 's/[^0-9]*([0-9.]+)(-(beta[0-9]+))?.*(.build.([0-9]+))\..*/\1.\3.\5/' <<<${source[0]})
+#source[0]=http://download.jitsi.org/jitsi/src/$(curl -Ss 'http://download.jitsi.org/jitsi/src/' | grep -om1 'jitsi-src[^"<]\+[0-9].zip' | head -1)
+#pkgver=$(sed -r 's/[^0-9]*([0-9.]+).*(.build.([0-9]+))\..*/\1.\3/' <<<${source[0]})
build() {
cd "$srcdir/$_pkgname"