diff options
author | hawkeye116477 | 2020-09-23 11:23:22 +0200 |
---|---|---|
committer | hawkeye116477 | 2020-09-23 11:23:22 +0200 |
commit | cdcb77bf8db6a35ffd223c28b324ba7f6e04fbe5 (patch) | |
tree | bac380f1666fbe03cf79dfe98b02fd11575a573a | |
parent | d9fc5c9dd3fdba2367b672495a64be9d02fefdfe (diff) | |
download | aur-cdcb77bf8db6a35ffd223c28b324ba7f6e04fbe5.tar.gz |
Update
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = waterfox-classic-kpe pkgdesc = Customizable privacy conscious web browser with better integration with KDE - pkgver = 2020.08.1 + pkgver = 2020.09 pkgrel = 0 url = https://www.waterfox.net/ arch = x86_64 @@ -27,7 +27,7 @@ pkgbase = waterfox-classic-kpe depends = dbus-glib depends = ffmpeg depends = nss>=3.44.4 - depends = sqlite + depends = sqlite>=3.33 depends = ttf-font depends = icu depends = kwaterfoxhelper @@ -42,14 +42,14 @@ pkgbase = waterfox-classic-kpe optdepends = jack: Audio support optdepends = speech-dispatcher: Text-to-Speech optdepends = hunspell-en_US: Spell checking, American English - provides = waterfox-classic=2020.08.1 + provides = waterfox-classic=2020.09 conflicts = waterfox-classic conflicts = waterfox-kde replaces = waterfox-kde options = !emptydirs options = !makeflags options = zipman - source = git+https://github.com/MrAlex94/Waterfox.git#tag=2020.08.1-classic + source = git+https://github.com/MrAlex94/Waterfox.git#tag=2020.09-classic source = waterfox-classic.desktop::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb-rpm-arch-AppImage/29877042dd393774197b134426e37cb0dbabef34/waterfox-classic-kpe/waterfox-classic.desktop source = kde.js::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb-rpm-arch-AppImage/29877042dd393774197b134426e37cb0dbabef34/waterfox-classic-kpe/kde.js source = distribution.ini::https://raw.githubusercontent.com/hawkeye116477/waterfox-deb-rpm-arch-AppImage/29877042dd393774197b134426e37cb0dbabef34/waterfox-classic-kpe/distribution.ini @@ -2,14 +2,14 @@ # Contributor: meatatt <meatatt at aliyun dot com> pkgname=waterfox-classic-kpe -pkgver=2020.08.1 +pkgver=2020.09 pkgrel=0 pkgdesc="Customizable privacy conscious web browser with better integration with KDE" arch=('x86_64') license=('MPL') url="https://www.waterfox.net/" depends=('gtk3' 'gtk2' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg' - 'nss>=3.44.4' 'sqlite' 'ttf-font' 'icu' 'kwaterfoxhelper' 'nspr>=4.21.1' 'hicolor-icon-theme' 'jemalloc' 'libevent') + 'nss>=3.44.4' 'sqlite>=3.33' 'ttf-font' 'icu' 'kwaterfoxhelper' 'nspr>=4.21.1' 'hicolor-icon-theme' 'jemalloc' 'libevent') makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'clang' 'llvm' 'git') optdepends=('networkmanager: Location detection via available WiFi networks' |