summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-05-11 16:00:42 +0200
committerXZS2016-05-11 16:00:42 +0200
commit1b4c90b2184ff73cace6e9794e7a1ad1ffff8570 (patch)
tree47349f6b9d152fd9a8f602b0b8a0544443de2f5c /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
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}")