summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-09-29 12:43:25 +0200
committerXZS2015-09-29 12:43:25 +0200
commit24f96495541066a3e086a6fdc82f17a6996cdbb5 (patch)
treed4e4f48f0a797170f04617be95af73b5115edc22
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.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eaa86401a8c..db559dc1080a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mozilla-extension-gnome-keyring-git
pkgdesc = Mozilla extension to store passwords and form logins in gnome-keyring.
pkgver = 0.10.r36.378d9f3
- pkgrel = 1
- url = https://github.com/swick/moz-gnome-keyring-integration
+ pkgrel = 2
+ url = https://github.com/plroman/mozilla-gnome-keyring
arch = any
license = GPLv3
makedepends = git
@@ -18,7 +18,7 @@ pkgbase = mozilla-extension-gnome-keyring-git
conflicts = thunderbird-gnome-keyring-git
conflicts = thunderbird-gnome-keyring-bin
conflicts = mozilla-extension-gnome-keyring
- source = mozilla-extension-gnome-keyring::git+https://github.com/swick/moz-gnome-keyring-integration
+ source = mozilla-extension-gnome-keyring::git+https://github.com/plroman/mozilla-gnome-keyring
md5sums = SKIP
pkgname = mozilla-extension-gnome-keyring-git
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)