From 788131331b226420cf2c0e1056d5b64c6190e05b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 26 Aug 2015 03:48:49 -0300 Subject: icecat-theme-adwaita-38.1-1: updating version --- libre/icecat-theme-adwaita/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libre/icecat-theme-adwaita/PKGBUILD') diff --git a/libre/icecat-theme-adwaita/PKGBUILD b/libre/icecat-theme-adwaita/PKGBUILD index d349ac4d6..c8b749cc4 100644 --- a/libre/icecat-theme-adwaita/PKGBUILD +++ b/libre/icecat-theme-adwaita/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: André Silva pkgname=icecat-theme-adwaita -pkgver=31.1 +pkgver=38.1 pkgrel=1 pkgdesc="Adwaita theme for IceCat (Matches the default Gnome Shell theme)" url="https://addons.mozilla.org/en-US/firefox/addon/adwaita/" @@ -13,12 +13,16 @@ arch=('any') license=('MPL') depends=("icecat") makedepends=('unzip') -source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme-${pkgver}.xpi") -sha256sums=('6fb71b316db500574a837a511b05219273363c5b8ed05b20fc9e031eff3299db') +source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi") +sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e') noextract=("gnome-firefox-theme-${pkgver}.xpi") prepare() { unzip -qo "gnome-firefox-theme-${pkgver}.xpi" -d "${pkgname}-${pkgver}" + # Fix for wrong version number + # https://github.com/gnome-integration-team/firefox-gnome/issues/337 + cd "${pkgname}-${pkgver}" + sed -i "s_\(\)35.1\(\)_\1${pkgver}\2_" "install.rdf" } package() { -- cgit v1.2.3