summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-05-11 22:19:17 +0200
committerXZS2016-05-11 22:19:17 +0200
commite5f99655fd7d64012356054aca43c0f22af5ec7b (patch)
treee9ea8171b81d5810ae5c897d23f960ea33a993d0
parent4bded196e62a0c9f72c9b70e1f83b64d1a9add89 (diff)
downloadaur-e5f99655fd7d64012356054aca43c0f22af5ec7b.tar.gz
remove nonexistent package relations
They never existed 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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105aed546d45..2bb492aa0a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,9 +10,7 @@ pkgbase = firefox-theme-adwaita-git
makedepends = git
makedepends = rasqal
depends = firefox
- provides = firefox-theme-adwaita
provides = firefox-theme-gnome=45.1
- conflicts = firefox-theme-adwaita
conflicts = firefox-theme-gnome
source = firefox-theme-gnome::git+https://github.com/gnome-integration-team/firefox-gnome
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 315f7e35cd51..535f61e6d227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ url="https://github.com/gnome-integration-team/firefox-gnome"
arch=('any')
license=('MPL')
depends=("firefox")
-provides=('firefox-theme-adwaita')
-conflicts=('firefox-theme-adwaita')
makedepends=('unzip' 'zip')
makedepends+=('git')