summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3a7327b52cb..9fc1fdece0e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
# Contributor: markelos <axilleas@archlinux.gr>
# Contributor: helios <aur@wiresphere.de>
pkgname=spark
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=0
pkgdesc="Cross-platform real-time collaboration client optimized for business and organizations."
arch=('i686' 'x86_64')
url="http://www.igniterealtime.org/projects/spark/"
license=('LGPL')
if [[ $CARCH == x86_64 ]]; then
- depends=('java-runtime' 'unixodbc' 'lib32-libxtst')
+ depends=('java-runtime' 'unixodbc')
fi
if [[ $CARCH == i686 ]]; then
- depends=('java-runtime' 'unixodbc' 'libxtst')
+ depends=('java-runtime' 'unixodbc')
fi
options=('!strip')
source=(http://download.igniterealtime.org/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz)
-md5sums=('5e40d7196ed967bd90428c5d7a544d05')
+md5sums=('7593979aedc371c97afac4e6f09c6d2e')
conflicts=('spark-svn')