diff options
author | Cedric Roijakkers | 2024-11-11 10:04:26 +0100 |
---|---|---|
committer | Cedric Roijakkers | 2024-11-11 10:04:26 +0100 |
commit | e79ca2759ee716888593b87eaf60677483925a89 (patch) | |
tree | 1291096a94d8164568a1658d11fbb93b0fe5ce06 | |
parent | d5d88b10fe5ef16c178568d7502d951b94956af4 (diff) | |
download | aur-e79ca2759ee716888593b87eaf60677483925a89.tar.gz |
Updated to 7.0.0.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = ferdium pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest release). - pkgver = 6.7.7 + pkgver = 7.0.0 pkgrel = 1 url = https://ferdium.org/ arch = x86_64 @@ -29,7 +29,7 @@ pkgbase = ferdium depends = minizip depends = re2 depends = snappy - depends = electron32 + depends = electron33 provides = ferdium conflicts = ferdium-bin conflicts = ferdium-nightly-bin @@ -40,7 +40,7 @@ pkgbase = ferdium conflicts = ferdium-electron options = !strip options = !debug - source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v6.7.7 + source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v7.0.0 sha512sums = SKIP pkgname = ferdium @@ -3,16 +3,16 @@ _pkgname='ferdium' pkgname="ferdium" -_electron='electron32' -_electronpackage='electron32' -pkgver=6.7.7 +_electron='electron33' +_electronpackage='electron33' +pkgver=7.0.0 pkgrel=1 pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest release).' arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://ferdium.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") -apptag='v6.7.7' +apptag='v7.0.0' makedepends=('nvm' 'git' 'python' 'libxcrypt-compat' 'asar') options=(!strip !debug) provides=( |