summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10cd51956fff..889ee26564d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Tao Meng ("mtunique") <oatgnem [at] gmail.com>
pkgname=apache-flink
-_appver=1.12.2
+_appver=1.13.1
_scalaver=2.12
pkgver=${_appver}_${_scalaver}
pkgrel=1
pkgdesc="A framework and distributed processing engine for stateful computations over unbounded and bounded data streams (with Scala)"
-arch=('i686' 'x86_64')
+arch=('any')
url='http://flink.apache.org'
license=('Apache')
depends=('java-environment>=7' 'bash')
@@ -19,7 +19,7 @@ install=apache-flink.install
source=("${pkgname}-${pkgver}.tgz::https://archive.apache.org/dist/flink/flink-${_appver}/flink-${_appver}-bin-scala_${_scalaver}.tgz"
'apache-flink-jobmanager.service'
'apache-flink-taskmanager@.service')
-sha256sums=('f9509529a6fbcde6b7a9a58e527aa40e68140957ea72f1b842afb06da9a82f91'
+sha256sums=('e644c2479afd94a7460d541f727849a2bef844e97a6133c614c3cb9a68a29438'
'59fe1cfe8f2de6437e20a98af68125f1bdab9d04c81a583d359c56b7ca3a2c5e'
'11eba4a7203805d758779a8e6d18c0e6b1de0bf3e9a6ecf509fe093a4e8f975b')
backup=("etc/${pkgname}/flink-conf.yaml"