summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-01-17 11:41:49 +0100
committerClaudia Pellegrino2022-01-17 11:54:48 +0100
commit97a16db134fba9d2494b7cf2c32704a4fa9d954c (patch)
tree9b700cd9cc361429705ff7ac6482cb030b2c388c /PKGBUILD
parent8925d2759ad1d931b325a55b9feb21bb34c13e49 (diff)
downloadaur-97a16db134fba9d2494b7cf2c32704a4fa9d954c.tar.gz
Update URL, EULA
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e2df97b33bd..311d6fdc2243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
-# Maintainer: Moritz Poldrack <moritz at poldrack dot dev>
+# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
# Contributor: Christopher A. Williamson
+# Contributor: Moritz Poldrack <moritz at poldrack dot dev>
# Contributor: Pascal Mathis <mail@pascalmathis.com>
pkgname=rambox-pro-bin
_pkgname=ramboxpro
@@ -7,16 +8,22 @@ pkgver=1.5.3
pkgrel=1
pkgdesc='Workspace browser to manage many web applications in one place'
arch=('x86_64')
-url='https://rambox.pro/'
+url='https://rambox.app/'
license=('custom')
depends=('alsa-lib' 'gtk3' 'libxss' 'libxtst' 'nss' 'python')
provides=('ramboxpro')
options=('!emptydirs')
conflicts=('rambox-pro-bin-beta')
-# EULA file: 'html2text --body-width=80 https://rambox.pro/includes/eula.html'
+
+# To extract the EULA as a file:
+# 1. Go to https://rambox.app/eula in a Javascript-enabled browser.
+# 2. Save the rendered result to an HTML file.
+# 3. Run the shell command line:
+# html2text --body-width=80 file.html | awk '/^# .*EULA/,/footer_logo/ { print }' | head -n -1
source=("${_pkgname}-EULA"
"${_pkgname}-${pkgver}.deb::https://github.com/ramboxapp/download/releases/download/v${pkgver}/RamboxPro-${pkgver}-linux-x64.deb")
-sha256sums=('49caf20d36575fc2f8a4011049682885493428770f8cf2ae9297203ba50f7407'
+
+sha256sums=('220a1fe2afa6485bfc15dde23dd081804a29f94a86ce74164082aa8b2266e662'
'b390263e0f88264439e779d511bdec06b3acf787a0807e30f00d95dde38d29d7')
build() {