summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ebd568b625..31eeecffc9e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = firefox-color
pkgdesc = Theming experiment for Firefox Quantum and beyond
- pkgver = 2.1.0
- pkgrel = 0
+ pkgver = 2.1.5
+ pkgrel = 1
url = https://github.com/mozilla/FirefoxColor
arch = any
license = Mozilla Public License version 2.0
- noextract = firefox_color-2.1.0-fx.xpi
- source = https://addons.mozilla.org/firefox/downloads/file/1112089/firefox_color-2.1.0-fx.xpi
+ noextract = firefox_color-2.1.5-fx.xpi
+ source = https://addons.mozilla.org/firefox/downloads/file/1112089/firefox_color-2.1.5-fx.xpi
sha256sums = dacba8f16eed45107c45c04bb9067863ac6bd1b3bd1ac9f9cb0c3f5b52119333
pkgname = firefox-color
diff --git a/PKGBUILD b/PKGBUILD
index 25757a1b3e78..045f67229be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Michael Nussbaum <michaelnussbaum08@gmail.com>
+# Co-Maintainer: Felix Golatofski <contact@xdfr.de>
pkgname=firefox-color
-pkgver=2.1.0
-pkgrel=0
+pkgver=2.1.5
+pkgrel=1
pkgdesc="Theming experiment for Firefox Quantum and beyond"
url=https://github.com/mozilla/FirefoxColor
arch=("any")
license=("Mozilla Public License version 2.0")
source=("https://addons.mozilla.org/firefox/downloads/file/1112089/firefox_color-$pkgver-fx.xpi")
noextract=("${source##*/}")
-sha256sums=("dacba8f16eed45107c45c04bb9067863ac6bd1b3bd1ac9f9cb0c3f5b52119333")
+sha256sums=('dacba8f16eed45107c45c04bb9067863ac6bd1b3bd1ac9f9cb0c3f5b52119333')
package() {
install -Dm644 "${source##*/}" "$pkgdir/usr/lib/firefox/browser/extensions/FirefoxColor@mozilla.com.xpi"