aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-10 15:36:32 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-10 15:36:32 +0100
commit609c6053babf1c3128c4919fd30916016bc117e6 (patch)
tree0f96e9060d82321b23a05db7e88dda69c2676da7
parentavoid potential globbing issue with gitlab-release (diff)
downloadlibrewolf-linux-609c6053babf1c3128c4919fd30916016bc117e6.tar.gz
librewolf-linux-609c6053babf1c3128c4919fd30916016bc117e6.tar.bz2
librewolf-linux-609c6053babf1c3128c4919fd30916016bc117e6.zip
v74.0-2; new release without broken librewolf.cfg, see ac25a5ef in settings
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 224a089..ecfa8b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,6 +92,6 @@ Release to Gitlab:
- pip3 install gitlab-release
- tar czf librewolf-aarch64-flatpak-repo.tar.gz librewolf-aarch64-flatpak-repo
- tar czf librewolf-x86_64-flatpak-repo.tar.gz librewolf-x86_64-flatpak-repo
- - "gitlab-release LibreWolf.*.tar.bz2 librewolf*.pkg.tar.* LibreWolf.*.AppImage librewolf-*-flatpak-repo.tar.gz LibreWolf.*.flatpak"
+ - "gitlab-release librewolf*.pkg.tar.* LibreWolf.*.AppImage librewolf-*-flatpak-repo.tar.gz LibreWolf.*.flatpak"
only:
- tags
diff --git a/PKGBUILD b/PKGBUILD
index 35656bb..edd50d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=librewolf
_pkgname=LibreWolf
pkgver=74.0
-pkgrel=1
-pkgdesc="Community-maintained fork of Librefox: a privacy and security-focused browser"
+pkgrel=2
+pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
-url="https://LibreWolf.gitlab.io"
+url="https://librewolf-community.gitlab.io/"
depends=(gtk3 libxt startup-notification mime-types dbus-glib ffmpeg nss
ttf-font libpulse)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
bgstack15