aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
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 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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