aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfc5972..00a60a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,9 @@
pkgname=librewolf
_pkgname=LibreWolf
-# pkgver=74.0
-# pkgrel=3
-# now provided as ci variables
-pkgver=$pkgver
-pkgrel=$pkgrel
+# how to get ci vars instead?
+pkgver=74.0
+pkgrel=3
pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
bgstack15