summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2019-08-07 20:02:34 +0200
committerChristoph Haag2019-08-07 20:04:00 +0200
commit1b857bd5eec84f2978db89676422f78ebe4233fb (patch)
tree4f6ba3c3888973e76d3b420d77afe5cb3ab9a7f7
parent153146e3acb96d9a3739df3e0268fc2c10322408 (diff)
downloadaur-1b857bd5eec84f2978db89676422f78ebe4233fb.tar.gz
don't use `replaces` for gnome-shell
replaces should only be used for actual obsolete packages. https://wiki.archlinux.org/index.php/PKGBUILD#replaces
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d0ff7e8a70..150c7ca765c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,6 @@ pkgbase = gnome-shell-xrdesktop-git
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell=3.32.2
conflicts = gnome-shell
- replaces = gnome-shell
options = debug
options = !strip
source = gnome-shell::git+https://gitlab.freedesktop.org/xrdesktop/gnome-shell.git#branch=3.32.2-xrdesktop
diff --git a/PKGBUILD b/PKGBUILD
index dd96dc36edd2..0befafd4234d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ basename=gnome-shell
pkgname=$basename-xrdesktop-git
pkgver=3.32.2
pkgrel=1
-replaces=($basename)
conflicts=($basename)
pkgdesc="The next generation GNOME Shell - with patches for xrdesktop."
url="https://gitlab.freedesktop.org/xrdesktop"