Package Details: firefox-pwa-bin 2.12.0-1

Git Clone URL: https://aur.archlinux.org/firefox-pwa-bin.git (read-only, click to copy)
Package Base: firefox-pwa-bin
Description: A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)
Upstream URL: https://pwasforfirefox.filips.si/
Keywords: firefox firefoxpwa pwa pwas-for-firefox
Licenses: MPL2
Conflicts: firefox-pwa
Provides: firefox-pwa
Submitter: filips
Maintainer: filips
Last Packager: filips
Votes: 9
Popularity: 0.21
First Submitted: 2021-07-25 12:45 (UTC)
Last Updated: 2024-05-01 16:10 (UTC)

Latest Comments

SecT0uch commented on 2024-05-10 00:21 (UTC) (edited on 2024-05-10 00:22 (UTC) by SecT0uch)

We could add the aarch64 version. Tested and works fine.

@@ -10,7 +10,7 @@
 pkgver="2.12.0"
 pkgrel=1
 url="https://pwasforfirefox.filips.si/"
-arch=("x86_64" "i686")
+arch=("x86_64" "i686" "aarch64")
 license=("MPL2")

 depends=("glibc>=2.18")
@@ -21,10 +21,13 @@

 source_x86_64=("https://github.com/filips123/PWAsForFirefox/releases/download/v${pkgver}/firefoxpwa_${pkgver}_amd64.deb")
 source_i686=("https://github.com/filips123/PWAsForFirefox/releases/download/v${pkgver}/firefoxpwa_${pkgver}_i386.deb")
+source_aarch64=("https://github.com/filips123/PWAsForFirefox/releases/download/v${pkgver}/firefoxpwa_${pkgver}_arm64.deb")
 sha256sums_x86_64=('fe6d3422f4c45fb04809552dd687060b953669a7c7b54eb7375eeddb187f1bd7')
 sha256sums_i686=('6a77eb4e314c747734347116453bf9af96d305a67efc16428d8ad68ff5e4198f')
+sha256sums_aarch64=('4a7a5b3e6df8fed2d86ab1dd2c8fc0bbbabcf9a35222c1f0b598e6d1d69ff2bb')
 b2sums_x86_64=('025b26678141c9c9c0ee593c333f49bf9678bf0295504d012e3924638fbcf10a82ad3d15d44d15da4f39ab04e81eedf308a17df321d7dcc55ec41a819d9af4cc')
 b2sums_i686=('a8041b775323e1cfcd3693280fca6e4339732c2e435b39a11c4333642c9a65cca153f3c39f710d34197498a04414ceca3550ce9f3f5a69253bfbab021df2d8b5')
+b2sums_aarch64=('8f6d43a7cc9f07a6c1d997cf2a0842deb10c75df64a038ba30ebcb7e952b1b688687725e5eee6d96f19f80dc83a98bda69d20a9ccb4709c0ee3b4efb2f08305b')

 prepare() {
     # Extract data from DEB archive

ali.molaei commented on 2024-02-03 14:01 (UTC)

Looks like this package now needs dbus-glib

filips commented on 2021-09-04 10:50 (UTC)

Thanks for reporting this. There was a problem in the prepare() function with missing * glob:

 package() {
-    cp -r $srcdir/data/ $pkgdir
+    cp -r $srcdir/data/* $pkgdir
 }

This should be fixed in 1.0.0-2.

danyisill commented on 2021-08-31 11:09 (UTC)

The script created a folder called data in / and installed firefoxpwa in /data/usr