summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Groocock2020-04-05 20:31:10 +0100
committerJoe Groocock2020-04-05 20:31:10 +0100
commit45d523b3d785dbb320053873d3d5bbeae1751f37 (patch)
tree9d77146dc74c34a565273cb7c500526531b9b45b
parent3751baab722a77fe84a1e2650714efe3c965f7bb (diff)
downloadaur-45d523b3d785dbb320053873d3d5bbeae1751f37.tar.gz
Remove 'replaces' as it is not appropriate here
https://wiki.archlinux.org/index.php/PKGBUILD#replaces
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09018d8df640..47354fb381ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,8 +37,6 @@ pkgbase = picom-tryone-git
conflicts = compton-git
conflicts = picom
conflicts = picom-git
- replaces = compton-git
- replaces = picom-git
options = !strip
source = git+https://github.com/tryone144/compton.git#branch=feature/dual_kawase
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b77e56e4a532..e4568f45e224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,6 @@ optdepends=('dbus: To control picom via D-Bus'
'python: For picom-convgen.py')
provides=('compton' 'compton-git' 'picom' 'picom-git')
conflicts=('compton' 'compton-git' 'picom' 'picom-git')
-replaces=('compton-git' 'picom-git')
options=('!strip')
source=(git+"https://github.com/tryone144/${_gitname}.git#branch=feature/dual_kawase")
md5sums=("SKIP")