diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-18 03:20:59 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-18 03:20:59 -0700 |
commit | 93151d5f5a7f2fe822e3f825bd14f854860fe53d (patch) | |
tree | 2a6f8d293da8e0308fb1da5e5de6a60449b39d15 | |
parent | 186330e795533975bb96a8e7c1ad8cb0e3b9dc2e (diff) |
upgpkg: zoom-firejail 0.9.74-1
Bump pkgver to the same value as firejail, requested by oech3 [1] in
comment [2]. His reason is in comment [3]: "To associate with apps
strongly related with this pkg."
I also edited the comment at the file head to add me as maintainer and
change author Excitable Snowball as past contributor.
[1] https://aur.archlinux.org/account/oech3
[2] https://aur.archlinux.org/packages/zoom-firejail#comment-1024879
[3] https://aur.archlinux.org/packages/zoom-firejail#comment-1024885
-rw-r--r-- | zoom-firejail/.SRCINFO | 2 | ||||
-rw-r--r-- | zoom-firejail/PKGBUILD | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/zoom-firejail/.SRCINFO b/zoom-firejail/.SRCINFO index 9ea0be0..68458be 100644 --- a/zoom-firejail/.SRCINFO +++ b/zoom-firejail/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = zoom-firejail pkgdesc = .desktop file for running Zoom in Firejail - pkgver = 0.1.7 + pkgver = 0.9.74 pkgrel = 1 install = zoom-firejail.install arch = x86_64 diff --git a/zoom-firejail/PKGBUILD b/zoom-firejail/PKGBUILD index 06e154c..998dd20 100644 --- a/zoom-firejail/PKGBUILD +++ b/zoom-firejail/PKGBUILD @@ -1,7 +1,8 @@ -# Maintainer: Excitable Snowball <excitablesnowball@gmail.com> +# Maintainer: Xiao Pan <xyz@flylightning.xyz> +# Contributor: Excitable Snowball <excitablesnowball@gmail.com> pkgname=zoom-firejail -pkgver=0.1.7 +pkgver=0.9.74 pkgrel=1 pkgdesc=".desktop file for running Zoom in Firejail" arch=('x86_64') |