summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2016-07-04 12:09:30 +0200
committerArthurBorsboom2016-07-04 12:09:30 +0200
commit8c83705513fda782ca6820912a16e07c42ac5634 (patch)
tree799ce4097adbdf0c03eb8f700687d2cb603a2e8f
parent0e13fdfc98c94c4b522069da13ba3f61e3b58080 (diff)
downloadaur-8c83705513fda782ca6820912a16e07c42ac5634.tar.gz
Updated package to v2.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd37bd332073..bc2ab5d53c76 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.7.6
+ 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_7_6.tar.gz
- md5sums = 2761be5a1b2f815d6cd046e5e50e8d38
+ source = http://download.igniterealtime.org/spark/spark_2_7_7.tar.gz
+ md5sums = 01106c35cb11807f93b0ae8d10e8dd44
pkgname = spark
diff --git a/PKGBUILD b/PKGBUILD
index 37539975d727..f4e3d8cc507c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: markelos <axilleas@archlinux.gr>
# Contributor: helios <aur@wiresphere.de>
pkgname=spark
-pkgver=2.7.6
+pkgver=2.7.7
pkgrel=0
pkgdesc="Cross-platform real-time collaboration client optimized for business and organizations."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ if [[ $CARCH == i686 ]]; then
fi
options=('!strip')
source=(http://download.igniterealtime.org/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz)
-md5sums=('2761be5a1b2f815d6cd046e5e50e8d38')
+md5sums=('01106c35cb11807f93b0ae8d10e8dd44')
conflicts=('spark-svn')