summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08507cdd380c..92059b74580e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 20:48:50 UTC 2018
+# Sun Apr 8 20:47:41 UTC 2018
pkgbase = firefox-extension-enhancedsteam
pkgdesc = Plugin for firefox that enhances the steam website and adds new functionality.
- pkgver = 9.7
+ pkgver = 9.8.1
pkgrel = 1
url = https://enhancedsteam.com/
arch = any
@@ -10,8 +10,8 @@ pkgbase = firefox-extension-enhancedsteam
makedepends = unzip
depends = firefox
noextract = EnhancedSteam.xpi
- source = https://firefox.enhancedsteam.com/EnhancedSteam.xpi
- sha256sums = f1213f42d25956b05830326abc6f6946d25a7f954936cee3368cb634e8d5542d
+ source = EnhancedSteam.xpi::https://addons.mozilla.org/firefox/downloads/file/907319/enhanced_steam-9.8.1-an+fx.xpi?src=version-history
+ sha256sums = ba8a89c1113c9de96998cbbea5283c90c76dc3b8279b02bbc718c38b6a5ff73a
pkgname = firefox-extension-enhancedsteam
diff --git a/PKGBUILD b/PKGBUILD
index 4d284dd69a1e..5bb0ad26e9b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=EnhancedSteam
pkgname=firefox-extension-enhancedsteam
-pkgver=9.7
+pkgver=9.8.1
pkgrel=1
pkgdesc="Plugin for firefox that enhances the steam website and adds new functionality."
license=('GPL2')
@@ -11,9 +11,9 @@ arch=('any')
url="https://enhancedsteam.com/"
depends=("firefox")
makedepends=("unzip")
-source=("https://firefox.enhancedsteam.com/${_pkgname}.xpi")
+source=("${_pkgname}.xpi::https://addons.mozilla.org/firefox/downloads/file/907319/enhanced_steam-${pkgver}-an+fx.xpi?src=version-history")
noextract=("${_pkgname}.xpi")
-sha256sums=('f1213f42d25956b05830326abc6f6946d25a7f954936cee3368cb634e8d5542d')
+sha256sums=('ba8a89c1113c9de96998cbbea5283c90c76dc3b8279b02bbc718c38b6a5ff73a')
package() {
cd "${srcdir}"