summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Garillot2018-01-24 11:46:58 -0800
committerFrançois Garillot2018-01-24 11:47:36 -0800
commita1d66f454c3761ca843f53d44755b89cba759271 (patch)
treeae8b501087288b4958a93089a1177c1baef577f0
parent757b487f2122758373d5f8f746cd4db231d5fc4a (diff)
downloadaur-a1d66f454c3761ca843f53d44755b89cba759271.tar.gz
bump metadata
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 245ecb05c763..9076667abf1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 10 19:58:35 UTC 2017
+# Wed Jan 24 19:47:30 UTC 2018
pkgbase = apache-spark
pkgdesc = fast and general engine for large-scale data processing
- pkgver = 2.2.0
- pkgrel = 4
+ pkgver = 2.2.1
+ pkgrel = 2
url = http://spark.apache.org
install = apache-spark.install
arch = any
@@ -18,14 +18,14 @@ pkgbase = apache-spark
optdepends = rsync: support rsync hadoop binaries from master
optdepends = hadoop: support for running on YARN
backup = etc/apache-spark/spark-env.sh
- source = http://d3kbcqa49mib13.cloudfront.net/spark-2.2.0-bin-without-hadoop.tgz
+ source = https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=spark/spark-2.2.1/spark-2.2.1-bin-without-hadoop.tgz
source = apache-spark-master.service
source = apache-spark-slave@.service
source = spark-env.sh
source = spark-daemon-run.sh
source = run-master.sh
source = run-slave.sh
- sha1sums = 15b9577049638fc1afe8d2843ac1ae9dec470962
+ sha1sums = 91fef4294adba9aada7784685d88b36552a793fb
sha1sums = ac71d12070a9a10323e8ec5aed4346b1dd7f21c6
sha1sums = a191e4f8f7f8bbc596f4fadfb3c592c3efbc4fc0
sha1sums = 3fa39d55075d4728bd447692d648053c9f6b07ec
diff --git a/PKGBUILD b/PKGBUILD
index 0a942652c823..53ce71cbe58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=apache-spark
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="fast and general engine for large-scale data processing"
arch=('any')
url="http://spark.apache.org"