summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-05-11 15:59:43 +0200
committerXZS2016-05-11 15:59:43 +0200
commite53dc7be3267870bbfa5b8a57cc69208362a1db7 (patch)
treeb4241af8df31de5c55a96dd7d31c4e193c6fe34a /PKGBUILD
parentb7ecdcde446b2feb254c85813f08d15fccad41b6 (diff)
downloadaur-e53dc7be3267870bbfa5b8a57cc69208362a1db7.tar.gz
remove nonexistent package relations
Neither the *-bin packages nor the non-suffixed variant exist in AUR4. Enough time has passed that any leftover installation should be outdated and incompatible so that they are not relevant for an update any longer. This only affects relations to no longer preset packages, which will not disturb existing installations, so they do not need to be triggered to update with a pkgrel increment.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59d01edbc5b4..a33092e6d530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ license=(GPLv3)
depends=(libgnome-keyring)
optdepends=(firefox thunderbird)
provides=({firefox,thunderbird}-gnome-keyring)
-conflicts=({firefox,thunderbird}-gnome-keyring{,-git,-bin})
+conflicts=({firefox,thunderbird}-gnome-keyring-git)
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")