summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-05-11 16:00:42 +0200
committerXZS2016-05-11 16:00:42 +0200
commit1b4c90b2184ff73cace6e9794e7a1ad1ffff8570 (patch)
tree47349f6b9d152fd9a8f602b0b8a0544443de2f5c
parente53dc7be3267870bbfa5b8a57cc69208362a1db7 (diff)
downloadaur-1b4c90b2184ff73cace6e9794e7a1ad1ffff8570.tar.gz
remove duplicate relations
Since the commit "correct package relations", these are already included in the respective Firefox and Thunderbird split packages. There, they are placed more sensibly, as the base Mozilla package does neither yet block the installation of nor provides an Add-On for any specific application. As this paves the way to install variants of the Add-On side-by-side, a pkgrel increment ships out this new possibility.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa1923d68ca8..ee5268a41721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = mozilla-extension-gnome-keyring-git
pkgdesc = Mozilla extension to store passwords and form logins in gnome-keyring.
pkgver = 0.11
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/swick/moz-gnome-keyring-integration
arch = any
license = GPLv3
makedepends = git
makedepends = rasqal
depends = libgnome-keyring
- provides = firefox-gnome-keyring
- provides = thunderbird-gnome-keyring
provides = mozilla-extension-gnome-keyring=0.11
- conflicts = firefox-gnome-keyring-git
- conflicts = thunderbird-gnome-keyring-git
conflicts = mozilla-extension-gnome-keyring
source = mozilla-extension-gnome-keyring::git+https://github.com/swick/moz-gnome-keyring-integration
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a33092e6d530..1e102d7c062c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,13 @@
pkgname=mozilla-extension-gnome-keyring-git
pkgver=0.11
-pkgrel=3
+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'
license=(GPLv3)
depends=(libgnome-keyring)
optdepends=(firefox thunderbird)
-provides=({firefox,thunderbird}-gnome-keyring)
-conflicts=({firefox,thunderbird}-gnome-keyring-git)
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")