summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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"