keep pkgver + -rel fixed in PKGBUILD for now

This commit is contained in:
ohfp 2020-03-31 01:31:52 +02:00
parent 2e748dbcf0
commit f35809ada6

View file

@ -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)