summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-09-29 12:43:25 +0200
committerXZS2015-09-29 12:43:25 +0200
commit24f96495541066a3e086a6fdc82f17a6996cdbb5 (patch)
treed4e4f48f0a797170f04617be95af73b5115edc22 /PKGBUILD
parent3567287555dc2be37ceebbb177d27d82825bfdf1 (diff)
downloadaur-24f96495541066a3e086a6fdc82f17a6996cdbb5.tar.gz
switch to fork to restore Firefox compatibility
The maintainer of the original source, swick, has not yet merged the pull request for Firefox 40 while Firefox 41 is already out. The Add-On seems to work mostly fine with the current version also, so switching to a fork that raising the maxVersion to a ridiculously high 50 should be fine until the original upstream updates.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004ee6a1e65c..a6ebd8e92258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=mozilla-extension-gnome-keyring-git
pkgver=0.10.r36.378d9f3
-pkgrel=1
+pkgrel=2
pkgdesc="Mozilla extension to store passwords and form logins in gnome-keyring."
arch=(any)
-url='https://github.com/swick/moz-gnome-keyring-integration'
+url='https://github.com/plroman/mozilla-gnome-keyring'
license=(GPLv3)
depends=(libgnome-keyring)
optdepends=(firefox thunderbird)