diff options
author | Cedric Roijakkers | 2023-10-18 08:26:04 +0000 |
---|---|---|
committer | Cedric Roijakkers | 2023-10-18 08:26:04 +0000 |
commit | 779253fceeda79accd20598f3f5c10f06d5dced9 (patch) | |
tree | 3c0408dec137baec8a14cda1b4b7712e3b8de149 | |
parent | 47afbaad3b5285002bed6ab00f09385cfc392486 (diff) | |
download | aur-779253fceeda79accd20598f3f5c10f06d5dced9.tar.gz |
Updated to 6.5.2.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 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.5.1 + pkgver = 6.5.2 pkgrel = 1 url = https://ferdium.org/ arch = x86_64 @@ -40,7 +40,7 @@ pkgbase = ferdium conflicts = ferdium-git conflicts = ferdium-electron options = !strip - source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v6.5.1 + source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v6.5.2 sha512sums = SKIP pkgname = ferdium @@ -4,14 +4,14 @@ _pkgname='ferdium' pkgname="ferdium" _electron='electron25' -pkgver=6.5.1 +pkgver=6.5.2 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' "$_electron") -apptag='v6.5.1' +apptag='v6.5.2' makedepends=('nvm' 'git' 'python' 'libxcrypt-compat' 'asar') options=(!strip) provides=( |