diff options
author | Cedric Roijakkers | 2023-06-05 06:48:37 +0000 |
---|---|---|
committer | Cedric Roijakkers | 2023-06-05 06:48:37 +0000 |
commit | 556300cd46af18e0f233ae2a893cd04397f38375 (patch) | |
tree | 187a945956e2613a1c822ad5be705b2c86e69bab | |
parent | a34657d30abfd601a767b54114b2662fd10044e0 (diff) | |
download | aur-556300cd46af18e0f233ae2a893cd04397f38375.tar.gz |
Updated to 6.3.0.
-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.2.7 + pkgver = 6.3.0 pkgrel = 1 url = https://ferdium.org/ arch = x86_64 @@ -34,7 +34,7 @@ pkgbase = ferdium conflicts = ferdium-nightly-bin conflicts = ferdium-nightly conflicts = ferdium-git - source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v6.2.7 + source = ferdium::git+https://github.com/ferdium/ferdium-app#tag=v6.3.0 sha512sums = SKIP pkgname = ferdium @@ -3,14 +3,14 @@ _pkgname='ferdium' pkgname="ferdium" -pkgver=6.2.7 +pkgver=6.3.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') -apptag='v6.2.7' +apptag='v6.3.0' makedepends=('nvm' 'git' 'python' 'libxcrypt-compat') provides=( 'ferdium' |