summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Garillot2015-11-17 11:28:35 +0100
committerFrançois Garillot2015-11-17 11:28:35 +0100
commit6a9186f3b3697b0b4e0cdbc8d96ccc7ccc20a3ae (patch)
tree8ea65ca3803e36da479d5515b60fce7539c86f39
parent2a004c1338e55339f6d076f8ff9821ae871160d2 (diff)
downloadaur-6a9186f3b3697b0b4e0cdbc8d96ccc7ccc20a3ae.tar.gz
Bump verison to 1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc5cefadc00..29ea949740c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apache-spark
pkgdesc = fast and general engine for large-scale data processing
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = http://spark.apache.org
install = apache-spark.install
@@ -13,10 +13,10 @@ pkgbase = apache-spark
optdepends = python: PYSPARK_PYTHON=python3 pyspark
optdepends = ipython: PYSPARK_DRIVER_PYTHON=ipython pyspark; IPYTHON=1 pyspark
backup = etc/apache-spark/spark-env.sh
- source = http://d3kbcqa49mib13.cloudfront.net/spark-1.5.1.tgz
+ source = http://d3kbcqa49mib13.cloudfront.net/spark-1.5.2.tgz
source = apache-spark-standalone.service
source = spark-env.sh
- md5sums = e3695ba12a4edcd6a0c86db8c923be2b
+ md5sums = 0e4b39d13cb8a87bd1dd0961f772de8a
md5sums = bb7d8b85366e6f9cc0b2777eaea161a8
md5sums = 0913001583e607849270090555dbd309
diff --git a/PKGBUILD b/PKGBUILD
index d2f2a8376588..1f8cc9fe9e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang@gmail.com>
pkgname=apache-spark
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="fast and general engine for large-scale data processing"
arch=('any')
@@ -15,7 +15,7 @@ install=apache-spark.install
source=("http://d3kbcqa49mib13.cloudfront.net/spark-$pkgver.tgz"
'apache-spark-standalone.service'
'spark-env.sh')
- md5sums=('e3695ba12a4edcd6a0c86db8c923be2b'
+md5sums=('0e4b39d13cb8a87bd1dd0961f772de8a'
'bb7d8b85366e6f9cc0b2777eaea161a8'
'0913001583e607849270090555dbd309')
backup=('etc/apache-spark/spark-env.sh')