aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-05-08 15:28:08 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-05-08 15:28:08 +0200
commit1b9956a495542372722eeb4a14f25ae5ca9406b7 (patch)
tree563232adbf0bfbf52dc7a1a8e6490763358c6baf
parentfix missing locales from removed extension breaking the build when building a... (diff)
downloadlibrewolf-linux-1b9956a495542372722eeb4a14f25ae5ca9406b7.tar.gz
librewolf-linux-1b9956a495542372722eeb4a14f25ae5ca9406b7.tar.bz2
librewolf-linux-1b9956a495542372722eeb4a14f25ae5ca9406b7.zip
bump pkgrel for new builds
-rw-r--r--CHANGELOG.md8
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1dd0b9..06fd48c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project follows the official Firefox releases, but also uses
[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions.
-## [76.0-1] - 2020-05-07
+## [76.0-2] - 2020-05-08
+
+### Fixed
+
+- Typos in `librewolf.cfg` that prevented it from being cleanly loaded.
+
+## [76.0-1] - Unreleased/Skipped
### Added
diff --git a/PKGBUILD b/PKGBUILD
index bf634ce..c44b843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=librewolf
_pkgname=LibreWolf
# how to get ci vars instead?
pkgver=76.0
-pkgrel=1
+pkgrel=2
pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
bgstack15