summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-05-11 16:01:01 +0200
committerXZS2016-05-11 16:01:01 +0200
commitdeb71c207054cb42158abb80694ba8093e8b309d (patch)
treeb10676add6ecda8f9c59bd944376a2e96986831d
parent1b4c90b2184ff73cace6e9794e7a1ad1ffff8570 (diff)
downloadaur-deb71c207054cb42158abb80694ba8093e8b309d.tar.gz
follow project rename
The GitHub repository was renamed, which changes the URL. While the old one still redirects to the correct location, adapting makes it future and fork proof. As this is only relevant for future installations, a pkgrel increment is not necessary.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5268a41721..4b42b7c3f401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mozilla-extension-gnome-keyring-git
pkgdesc = Mozilla extension to store passwords and form logins in gnome-keyring.
pkgver = 0.11
pkgrel = 4
- url = https://github.com/swick/moz-gnome-keyring-integration
+ url = https://github.com/swick/mozilla-gnome-keyring
arch = any
license = GPLv3
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = mozilla-extension-gnome-keyring-git
depends = libgnome-keyring
provides = mozilla-extension-gnome-keyring=0.11
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/swick/mozilla-gnome-keyring
md5sums = SKIP
pkgname = mozilla-extension-gnome-keyring-git
diff --git a/PKGBUILD b/PKGBUILD
index 1e102d7c062c..049e3a5d3220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.11
pkgrel=4
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/swick/mozilla-gnome-keyring'
license=(GPLv3)
depends=(libgnome-keyring)
optdepends=(firefox thunderbird)