summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 574d1257dc76..3929717a63c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 21 07:16:08 UTC 2017
+# Tue Jul 18 18:54:05 UTC 2017
pkgbase = firefox-extension-unity-launcher-api-e10s
pkgdesc = Unity Launcher API add-on, compatible with e10s.
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/kotelnik/firefox-extension-unity-launcher-api-e10s
arch = any
@@ -10,11 +10,11 @@ pkgbase = firefox-extension-unity-launcher-api-e10s
makedepends = git
depends = firefox
depends = python3
- noextract = unity_launcher_api_addon_e10s-1.1.3-linux.xpi
- source = https://addons.mozilla.org/firefox/downloads/file/639891/unity_launcher_api_addon_e10s-1.1.3-linux.xpi
- source = https://github.com/kotelnik/firefox-extension-unity-launcher-api-e10s/archive/v1.1.3.tar.gz
- sha512sums = ee14db7c73c2ba23cbdd89201bb5d229ed130d42dfc953521f6dbf61adb2c3d8dd8a3cbebf5e547d54378d16a70c554b2451c00351c5f5d6fd78699d2af5cf8a
- sha512sums = f28dc36aece7e9f24dd6e769088733a789f63a9b7869934758a665ffb525ada7b032336d1f0f350cccaab6b0835c2e87c13b2fe9ce343bb8800f330e7a2c8802
+ noextract = unity_launcher_api_addon_e10s-1.1.4-an+fx-linux.xpi
+ source = https://addons.mozilla.org/firefox/downloads/file/678923/unity_launcher_api_addon_e10s-1.1.4-an+fx-linux.xpi
+ source = https://github.com/kotelnik/firefox-extension-unity-launcher-api-e10s/archive/v1.1.4.tar.gz
+ sha512sums = 87d525350097b65627fed31581f28b3ad87f8f9aadf7b1a42e4876e8cdbb25df6d18645dfa27ef2b8e842d5fc8796faa9eea56ca6895c268490b21cc1315b8fe
+ sha512sums = 1a8e9da2af7f139b937f9ceada9975840047e92fa964d608d77a0975aa781a3623cb57d222ca6350bddc152bcf11e6c83f3c171c06775e0fe04703bffe92754d
pkgname = firefox-extension-unity-launcher-api-e10s
diff --git a/PKGBUILD b/PKGBUILD
index 33597678562b..84c908f9f394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=firefox-extension-unity-launcher-api-e10s
_gitpkgname=firefox-extension-unity-launcher-api-e10s
-pkgver=1.1.3
-_xpipkgname="unity_launcher_api_addon_e10s-$pkgver-linux.xpi"
+pkgver=1.1.4
+_xpipkgname="unity_launcher_api_addon_e10s-$pkgver-an+fx-linux.xpi"
pkgrel=1
pkgdesc="Unity Launcher API add-on, compatible with e10s."
url="https://github.com/kotelnik/$_gitpkgname"
@@ -12,12 +12,12 @@ license=('GPL3')
depends=('firefox' 'python3')
makedepends=('git')
source=(
- "https://addons.mozilla.org/firefox/downloads/file/639891/$_xpipkgname"
+ "https://addons.mozilla.org/firefox/downloads/file/678923/$_xpipkgname"
"https://github.com/kotelnik/$_gitpkgname/archive/v$pkgver.tar.gz")
noextract=("$_xpipkgname")
sha512sums=(
- 'ee14db7c73c2ba23cbdd89201bb5d229ed130d42dfc953521f6dbf61adb2c3d8dd8a3cbebf5e547d54378d16a70c554b2451c00351c5f5d6fd78699d2af5cf8a'
- 'f28dc36aece7e9f24dd6e769088733a789f63a9b7869934758a665ffb525ada7b032336d1f0f350cccaab6b0835c2e87c13b2fe9ce343bb8800f330e7a2c8802')
+ '87d525350097b65627fed31581f28b3ad87f8f9aadf7b1a42e4876e8cdbb25df6d18645dfa27ef2b8e842d5fc8796faa9eea56ca6895c268490b21cc1315b8fe'
+ '1a8e9da2af7f139b937f9ceada9975840047e92fa964d608d77a0975aa781a3623cb57d222ca6350bddc152bcf11e6c83f3c171c06775e0fe04703bffe92754d')
package() {
install -Dm644 "$_xpipkgname" "$pkgdir/usr/lib/firefox/browser/extensions/firefox_extension_unity_launcher_api_e10s@kotelnik.xpi"