~freed00m/librewolf-comment-out-cfg-hook

72fa508ff3ecb51c54d6d61d86640478268226d4 — Antonin Dach 3 years ago 4295f56
-bin also?
4 files changed, 4 insertions(+), 2 deletions(-)

M .SRCINFO
M PKGBUILD
M librewolf-cfg-comment-out-values.hook
M librewolf-cfg-uncomment-out-values.hook
M .SRCINFO => .SRCINFO +1 -1
@@ 1,7 1,7 @@
pkgbase = librewolf-comment-out-cfg-hook
	pkgdesc = Comment out custom cfg values via pacman hook
	pkgver = 1
	pkgrel = 3
	pkgrel = 4
	url = https://git.sr.ht/~freed00m/librewolf-comment-out-cfg-hook
	arch = x86_64
	arch = aarch64

M PKGBUILD => PKGBUILD +1 -1
@@ 2,7 2,7 @@

pkgname=librewolf-comment-out-cfg-hook
pkgver=1
pkgrel=3
pkgrel=4
pkgdesc='Comment out custom cfg values via pacman hook'
arch=(x86_64 aarch64)
url='https://git.sr.ht/~freed00m/librewolf-comment-out-cfg-hook'

M librewolf-cfg-comment-out-values.hook => librewolf-cfg-comment-out-values.hook +1 -0
@@ 4,6 4,7 @@ Operation = Install
Operation = Upgrade
Target = librewolf-comment-out-cfg-hook
Target = librewolf
Target = librewolf-bin

[Action]
Description = Commenting out values from librewolf.cfg and policy.json...

M librewolf-cfg-uncomment-out-values.hook => librewolf-cfg-uncomment-out-values.hook +1 -0
@@ 2,6 2,7 @@
Type = Package
Operation = Upgrade
Target = librewolf
Target = librewolf-bin

[Action]
Description = Reverting comments to cfg and policy before librewolf upgrades...