summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilips2021-12-07 20:49:53 +0000
committerfilips2021-12-07 20:49:53 +0000
commitac8647050bec7695cdae59cebee33af2f1949e45 (patch)
treec049980f413c9b8b6d19f5b6e39185179ca98eb2
parentf106c6dc88d86c019690d1b68bb0bb6e7ef27709 (diff)
downloadaur-ac8647050bec7695cdae59cebee33af2f1949e45.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
-rw-r--r--package.install4
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b132d9ea376..ff23f5328587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = firefox-pwa
pkgdesc = A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
- url = https://github.com/filips123/FirefoxPWA
+ url = https://github.com/filips123/PWAsForFirefox
install = package.install
arch = x86_64
arch = i686
@@ -10,8 +10,8 @@ pkgbase = firefox-pwa
makedepends = rust
makedepends = cargo
optdepends = firefox: Support for browser extension
- source = firefox-pwa-1.2.2.tar.gz::https://github.com/filips123/FirefoxPWA/archive/refs/tags/v1.2.2.tar.gz
- sha256sums = ec0f1306ac4509c4fa02fe8a006b85da2d8c27e0b8145038ee2b178b0d7d0a22
- b2sums = 25ba5a4787bbae8a5100d4812288fc59cd9e5100a13503d1acd209bbf44b551fb15ae111a334adec25ba638240194dc9dba226be38e55e069e07859367248fc4
+ source = firefox-pwa-1.3.0.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v1.3.0.tar.gz
+ sha256sums = b34681e84a3f9018955f887a37beceb895d6009bc045a23d2127eab1ea1b7a57
+ b2sums = 0ed98194f453f2075a361bdf8dad503172271d31bde40067943bf54297fb734db8ed1fba8619235f7c1f886a648f4c4448dec48776b3b2cb2c709d6de7c354f6
pkgname = firefox-pwa
diff --git a/PKGBUILD b/PKGBUILD
index 4027ab212d71..10f13f88a9f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# This file is automatically updated/generated on every package release
# Any changes made directly to the AUR repository will be overwritten
# Please contribute changes to the main GitHub repository instead
-# See: https://github.com/filips123/FirefoxPWA/blob/main/native/packages/aur/firefox-pwa/PKGBUILD
+# See: https://github.com/filips123/PWAsForFirefox/blob/main/native/packages/aur/firefox-pwa/PKGBUILD
_pkgname="FirefoxPWA"
pkgname="firefox-pwa"
pkgdesc="A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)"
-pkgver="1.2.2"
+pkgver="1.3.0"
pkgrel=1
-url="https://github.com/filips123/FirefoxPWA"
+url="https://github.com/filips123/PWAsForFirefox"
arch=("x86_64" "i686")
license=("MPL2")
@@ -20,9 +20,9 @@ makedepends=("rust" "cargo")
optdepends=("firefox: Support for browser extension")
install=package.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/filips123/FirefoxPWA/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ec0f1306ac4509c4fa02fe8a006b85da2d8c27e0b8145038ee2b178b0d7d0a22')
-b2sums=('25ba5a4787bbae8a5100d4812288fc59cd9e5100a13503d1acd209bbf44b551fb15ae111a334adec25ba638240194dc9dba226be38e55e069e07859367248fc4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('b34681e84a3f9018955f887a37beceb895d6009bc045a23d2127eab1ea1b7a57')
+b2sums=('0ed98194f453f2075a361bdf8dad503172271d31bde40067943bf54297fb734db8ed1fba8619235f7c1f886a648f4c4448dec48776b3b2cb2c709d6de7c354f6')
prepare() {
cd $srcdir/$_pkgname-$pkgver/native/
diff --git a/package.install b/package.install
index 0feb93de841c..b32c802c52f7 100644
--- a/package.install
+++ b/package.install
@@ -1,5 +1,5 @@
post_install() {
- echo "You have successfully installed the native part of the FirefoxPWA project"
+ echo "You have successfully installed the native part of the PWAsForFirefox project"
echo "You should also install the Firefox extension if you haven't already"
- echo "Download: https://addons.mozilla.org/firefox/addon/firefoxpwa/"
+ echo "Download: https://addons.mozilla.org/firefox/addon/pwas-for-firefox/"
}