summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3929717a63c9..3a1993d9a716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 18 18:54:05 UTC 2017
+# Thu Dec 28 10:47:09 UTC 2017
pkgbase = firefox-extension-unity-launcher-api-e10s
pkgdesc = Unity Launcher API add-on, compatible with e10s.
- pkgver = 1.1.4
+ pkgver = 1.1.5
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.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
+ noextract = unity_launcher_api_addon_e10s-1.1.5-an+fx-linux.xpi
+ source = https://addons.mozilla.org/firefox/downloads/file/824433/unity_launcher_api_addon_e10s-1.1.5-an+fx-linux.xpi
+ source = https://github.com/kotelnik/firefox-extension-unity-launcher-api-e10s/archive/v1.1.5.tar.gz
+ sha512sums = 477764dd18b4c441f1273427da5c2f24d77a004b1370f2da6a2f38b3c8be99d736a81d33680a513add712c6ca73f1ca1c4f71c1c66c5e5687b0b4d1403b2c546
+ sha512sums = 0bfdd033f363d1aa5dad0385a58f8901cc13a4c29286172e9968f58da3c512861e42ce2d8804073753ef7378850d72bb67bf4d5ec485b53a2236f44d7fba917b
pkgname = firefox-extension-unity-launcher-api-e10s
diff --git a/PKGBUILD b/PKGBUILD
index 84c908f9f394..e2a438b91bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=firefox-extension-unity-launcher-api-e10s
_gitpkgname=firefox-extension-unity-launcher-api-e10s
-pkgver=1.1.4
+pkgver=1.1.5
_xpipkgname="unity_launcher_api_addon_e10s-$pkgver-an+fx-linux.xpi"
pkgrel=1
pkgdesc="Unity Launcher API add-on, compatible with e10s."
@@ -12,12 +12,12 @@ license=('GPL3')
depends=('firefox' 'python3')
makedepends=('git')
source=(
- "https://addons.mozilla.org/firefox/downloads/file/678923/$_xpipkgname"
+ "https://addons.mozilla.org/firefox/downloads/file/824433/$_xpipkgname"
"https://github.com/kotelnik/$_gitpkgname/archive/v$pkgver.tar.gz")
noextract=("$_xpipkgname")
sha512sums=(
- '87d525350097b65627fed31581f28b3ad87f8f9aadf7b1a42e4876e8cdbb25df6d18645dfa27ef2b8e842d5fc8796faa9eea56ca6895c268490b21cc1315b8fe'
- '1a8e9da2af7f139b937f9ceada9975840047e92fa964d608d77a0975aa781a3623cb57d222ca6350bddc152bcf11e6c83f3c171c06775e0fe04703bffe92754d')
+ '477764dd18b4c441f1273427da5c2f24d77a004b1370f2da6a2f38b3c8be99d736a81d33680a513add712c6ca73f1ca1c4f71c1c66c5e5687b0b4d1403b2c546'
+ '0bfdd033f363d1aa5dad0385a58f8901cc13a4c29286172e9968f58da3c512861e42ce2d8804073753ef7378850d72bb67bf4d5ec485b53a2236f44d7fba917b')
package() {
install -Dm644 "$_xpipkgname" "$pkgdir/usr/lib/firefox/browser/extensions/firefox_extension_unity_launcher_api_e10s@kotelnik.xpi"