Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / firefoxpwa
Commits: d7e3dce3 by Robin Candau at 2025-01-15T15:57:03+01:00 upgpkg: 2.13.3-1: New upstream release https://github.com/filips123/PWAsForFirefox/releases/tag/v2.13.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,20 +1,22 @@ pkgbase = firefoxpwa pkgdesc = A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component) - pkgver = 2.13.2 - pkgrel = 2 + pkgver = 2.13.3 + pkgrel = 1 url = https://pwasforfirefox.filips.si install = firefoxpwa.install arch = x86_64 license = MPL-2.0 makedepends = cargo + depends = bzip2 depends = gcc-libs depends = glibc depends = hicolor-icon-theme depends = openssl + depends = xz optdepends = firefox: Support for browser extension provides = firefox-pwa replaces = firefox-pwa - source = firefoxpwa-2.13.2.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.13.2.tar.gz - b2sums = 10f0567891d33d712a06542cfbc8a4e44291fffbb6e79da3f46837aaf5279746e7ff26e602042da91c2848e287abf263d063246cbe08be0ab92b5eb7ddddc9f3 + source = firefoxpwa-2.13.3.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.13.3.tar.gz + b2sums = bc91b20d29575904f4ab20f0a62bd270fff195c88042e75f86d782d915cdbc0adb19fc45d7cdf912c16f111548ebc555e3ae723580aba377912a8d27fa304543 pkgname = firefoxpwa ===================================== PKGBUILD ===================================== @@ -4,20 +4,20 @@ pkgname=firefoxpwa _pkgname=PWAsForFirefox -pkgver=2.13.2 -pkgrel=2 +pkgver=2.13.3 +pkgrel=1 pkgdesc="A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)" url="https://pwasforfirefox.filips.si" arch=('x86_64') license=('MPL-2.0') -depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'openssl') +depends=('bzip2' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'openssl' 'xz') makedepends=('cargo') optdepends=('firefox: Support for browser extension') provides=('firefox-pwa') replaces=('firefox-pwa') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v${pkgver}.tar.gz") -b2sums=('10f0567891d33d712a06542cfbc8a4e44291fffbb6e79da3f46837aaf5279746e7ff26e602042da91c2848e287abf263d063246cbe08be0ab92b5eb7ddddc9f3') +b2sums=('bc91b20d29575904f4ab20f0a62bd270fff195c88042e75f86d782d915cdbc0adb19fc45d7cdf912c16f111548ebc555e3ae723580aba377912a8d27fa304543') prepare() { cd "${_pkgname}-${pkgver}/native" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefoxpwa/-/commit/d7e3dce3ccbd84c17a6f2391331787354aa7900d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefoxpwa/-/commit/d7e3dce3ccbd84c17a6f2391331787354aa7900d You're receiving this email because of your account on gitlab.archlinux.org.
