summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbhagwan2020-08-30 10:09:24 -0700
committerbhagwan2020-08-30 10:09:24 -0700
commite12ae6127213d71332b89d772ceecba88d5a4dbc (patch)
tree89d82b9c219b917810965afab48ce790fc4bea58
parentcc117a3e2945164b1a1a995a483d4b57c3a9059e (diff)
downloadaur-e12ae6127213d71332b89d772ceecba88d5a4dbc.tar.gz
removed replaces directive
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6719e3d72b1c..a0f6c1b8e154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ 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')
+#replaces=('compton-git' 'picom-git')
options=('!strip')
source=(git+"https://github.com/ibhagwan/${_gitname}.git")
md5sums=("SKIP")