summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2016-12-13 10:07:07 +0100
committerArthurBorsboom2016-12-13 10:07:07 +0100
commit0f9b3a954d06121ff47aa6c0b4e575b249651f1c (patch)
tree9bfea8d7c9e55a9ad9a0f0f139bb194ba577d79b
parent2a98f89d4ff9472d848ff60dc7e1c440b1e75540 (diff)
downloadaur-0f9b3a954d06121ff47aa6c0b4e575b249651f1c.tar.gz
Updated Spark to v2.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d01ea068509..3a9b78358392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spark
pkgdesc = Cross-platform real-time collaboration client optimized for business and organizations.
- pkgver = 2.8.1
+ pkgver = 2.7.7
pkgrel = 0
url = http://www.igniterealtime.org/projects/spark/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = spark
license = LGPL
conflicts = spark-svn
options = !strip
- source = http://download.igniterealtime.org/spark/spark_2_8_1.tar.gz
- md5sums = 5e40d7196ed967bd90428c5d7a544d05
+ source = http://download.igniterealtime.org/spark/spark_2_8_2.tar.gz
+ md5sums = 7593979aedc371c97afac4e6f09c6d2e
pkgname = spark
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')