summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2023-03-02 08:51:10 +0100
committerClaudia Pellegrino2023-03-02 08:51:10 +0100
commit54d0b7e43556aae2055bdcbc2b361def4612e8a5 (patch)
tree6794236bb54df7dc708cd46edb6da9710aa11352 /PKGBUILD
parent14b77599d358850965c8bbdc435cfd9d1e27c3cd (diff)
downloadaur-54d0b7e43556aae2055bdcbc2b361def4612e8a5.tar.gz
Add timestamp to EULA instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfacea988103..f4cb80d158a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,11 @@ conflicts=('rambox' 'rambox-bin' 'rambox-pro-bin-beta')
# 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:
+# 2. Check the timestamp: Last updated Jan 19, 2023
+# 3. Save the page to an HTML file.
+# 4. Run the shell command line:
# html2text --body-width=80 file.html | awk '/^# .*EULA/,/^## If/ { print }' | head -n -1
+# 5. Update the timestamp in step #2.
source=("${_pkgname}-EULA"
"${_pkgname}-${pkgver}.deb::https://github.com/ramboxapp/download/releases/download/v${pkgver}/Rambox-${pkgver}-linux-x64.deb")