summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Roijakkers2024-04-26 11:55:59 +0200
committerCedric Roijakkers2024-04-26 11:55:59 +0200
commite1a3fe93090479ef817c6fca0cfdf4caa55d04b2 (patch)
tree6ea87ee40a24bd3cd19b8c9f9f6139be4fa89956
parent95b62802927d20d5f3a195b3a8713366c7f61e5f (diff)
downloadaur-e1a3fe93090479ef817c6fca0cfdf4caa55d04b2.tar.gz
Updated to Electron v30.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5616fd7cdc5..56270d903a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferdium-bin
pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application (binary release).
pkgver = 6.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://ferdium.org
arch = x86_64
arch = armv7l
@@ -24,7 +24,7 @@ pkgbase = ferdium-bin
depends = minizip
depends = re2
depends = snappy
- depends = electron29
+ depends = electron30
provides = ferdium
conflicts = ferdium
conflicts = ferdium-nightly-bin
@@ -34,11 +34,12 @@ pkgbase = ferdium-bin
conflicts = ferdium-git
conflicts = ferdium-electron
options = !strip
- source_x86_64 = ferdium-bin-6.7.3-1-amd64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-amd64.deb
+ options = !debug
+ source_x86_64 = ferdium-bin-6.7.3-2-amd64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-amd64.deb
sha512sums_x86_64 = 5008ec42ed52c3a01417025b9f57544d91255e6c6f12a7f2d12d4588a2731986bfbb297d3cead098d8a5c79113ba871b02cdf523b88d317b8bc4029015292fa1
- source_armv7l = ferdium-bin-6.7.3-1-armv7l.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-armv7l.deb
+ source_armv7l = ferdium-bin-6.7.3-2-armv7l.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-armv7l.deb
sha512sums_armv7l = c22dc0802fbb1bf939d8728de3fc0862843488c70459b05eb1289998eeb99150748102220339d7f8179bf14a7dbfb51ba89b80502754e8cc15663ef4d8a2cf27
- source_aarch64 = ferdium-bin-6.7.3-1-arm64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-arm64.deb
+ source_aarch64 = ferdium-bin-6.7.3-2-arm64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.3/Ferdium-linux-6.7.3-arm64.deb
sha512sums_aarch64 = 5284647f253b6933637e064e04d65e5fead72d74b589e0466c8169efe30ffb342e391792d6d94b65fdafef5a578b055e78f548eda7b00e997f1e1ac6986b1143
pkgname = ferdium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c1fd31579d5..55de73eda9e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname='ferdium'
pkgname="$_pkgname-bin"
-_electron='electron29'
-_electronpackage='electron29'
+_electron='electron30'
+_electronpackage='electron30'
pkgverorg='6.7.3'
pkgver='6.7.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application (binary release).'
arch=('x86_64' 'armv7l' 'aarch64')
url="https://$_pkgname.org"
license=('Apache')
depends=('nss' 'atk' 'at-spi2-atk' 'libcups' 'libdrm' 'gdk-pixbuf2' 'gtk3' 'alsa-lib' 'c-ares' 'ffmpeg' 'libevent' 'libxkbfile' 'libxslt' 'minizip' 're2' 'snappy' "$_electronpackage")
makedepends=('asar')
-options=(!strip)
+options=(!strip !debug)
provides=(
'ferdium'
)