summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-09 18:02:35 +0100
committerFelix Golatofski2020-02-09 18:02:35 +0100
commit2493812372a552ef339e7a4bf70fd747cbacbf22 (patch)
treed8a5716a3da4d6169d340344273b51d124fe53fe
parent8b7070fa5862bf7368c0e949ad307086715e7fe3 (diff)
downloadaur-2493812372a552ef339e7a4bf70fd747cbacbf22.tar.gz
Updated to 7.10.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 7 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd68df4ebc6..37b19cb3b4ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,9 @@
-# Generated by mksrcinfo v8
-# Tue Apr 10 09:00:07 UTC 2018
pkgbase = bonita-studio-community-bin
pkgdesc = Bonita Studio with embedded Engine + Portal
- pkgver = 7.6.0
+ pkgver = 7.10.1
pkgrel = 1
url = https://www.bonitasoft.com/bonita-platform
install = bonita-studio-community.install
- arch = i686
arch = x86_64
license = GPL2
depends = ffmpeg2.8
@@ -21,10 +18,8 @@ pkgbase = bonita-studio-community-bin
optdepends = jre7-openjdk: PROVIDES libmawt.so
provides = bonita-studio-community
replaces = bonita-bpm-community-bin
- source_i686 = http://download.forge.objectweb.org/bonita/BonitaStudioCommunity-7.6.0-x86.run
- sha256sums_i686 = 9d1e60fd3df378e77c639bfc65b47503c5a05c046b4b533f75d86fb9972088ee
- source_x86_64 = http://download.forge.objectweb.org/bonita/BonitaStudioCommunity-7.6.0-x86_64.run
- sha256sums_x86_64 = 814a8bb9b8b31035be516b510768235ce0781c4d21161c0a8a01939a6ee43cef
+ source = https://release.ow2.org/bonita/BonitaStudioCommunity-7.10.1-x86_64.run
+ sha256sums = 405387e38a435beb6f599092985b964125a80d0d30af5a4d27419da15278bf38
pkgname = bonita-studio-community-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4e85ca92a58e..e9b4ce2eb5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dumblob <dumblob@gmail.com>
-pkgver=7.6.0
+pkgver=7.10.1
pkgrel=1
_basename=bonita-studio-community
@@ -11,13 +11,9 @@ pkgname="${_basename}-bin"
pkgdesc='Bonita Studio with embedded Engine + Portal'
url='https://www.bonitasoft.com/bonita-platform'
license=('GPL2')
-arch=('i686' 'x86_64')
-# http://www.bonitasoft.com/products/download/bonita-bpm-linux-6-4-2-64bit?skip=true
-source_x86_64=("http://download.forge.objectweb.org/bonita/BonitaStudioCommunity-${pkgver}-x86_64.run")
-# http://www.bonitasoft.com/products/download/bonita-bpm-linux-6-4-2-32bit?skip=true
-source_i686=( "http://download.forge.objectweb.org/bonita/BonitaStudioCommunity-${pkgver}-x86.run")
-sha256sums_x86_64=("814a8bb9b8b31035be516b510768235ce0781c4d21161c0a8a01939a6ee43cef") # BonitaStudioCommunity-7.6.0-x86_64.run
-sha256sums_i686=( "9d1e60fd3df378e77c639bfc65b47503c5a05c046b4b533f75d86fb9972088ee") # BonitaStudioCommunity-7.6.0-x86.run
+arch=('x86_64')
+source=("https://release.ow2.org/bonita/BonitaStudioCommunity-${pkgver}-x86_64.run")
+sha256sums=(405387e38a435beb6f599092985b964125a80d0d30af5a4d27419da15278bf38)
install="${_basename}.install"
replaces=('bonita-bpm-community-bin') # yeah, they renamed it
@@ -46,10 +42,6 @@ build() {
# false
# }
- [ "$(ls -1 *.run | wc -l)" -eq 1 ] || {
- printf 'ERR Multiple *.run files found.\n' >&2
- false
- }
chmod +x *.run
# FIXME a hack to kill the process, because it waits for user input indefinitely
# https://github.com/bonitasoft/bonita-studio/issues/397