diff options
author | Cedric Roijakkers | 2022-06-30 02:54:29 +0000 |
---|---|---|
committer | Cedric Roijakkers | 2022-06-30 02:54:29 +0000 |
commit | ca81ca6827b055a4c7b122f519bec1587557b1ca (patch) | |
tree | 26f272df4442859a4386d1d55ce1267a3afa80c6 /PKGBUILD | |
parent | 8544f5886109b90206fad112621679c46e2e0151 (diff) | |
download | aur-ca81ca6827b055a4c7b122f519bec1587557b1ca.tar.gz |
Updated to 6.0.0.nightly.82.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,14 +3,14 @@ _pkgname='ferdium' pkgname="ferdium" -pkgver=6.0.0.nightly.81 +pkgver=6.0.0.nightly.82 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.0.0-nightly.81' +apptag='v6.0.0-nightly.82' makedepends=('nvm' 'git' 'python') provides=("$_pkgname") conflicts=("$_pkgname") |