summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthurBorsboom2016-12-13 10:07:07 +0100
committerArthurBorsboom2016-12-13 10:07:07 +0100
commit0f9b3a954d06121ff47aa6c0b4e575b249651f1c (patch)
tree9bfea8d7c9e55a9ad9a0f0f139bb194ba577d79b /PKGBUILD
parent2a98f89d4ff9472d848ff60dc7e1c440b1e75540 (diff)
downloadaur-0f9b3a954d06121ff47aa6c0b4e575b249651f1c.tar.gz
Updated Spark to v2.8.2
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')