summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Tari2020-07-17 23:09:56 +0200
committerRobert Tari2020-07-17 23:09:56 +0200
commit69bbc349631980c6c06755ffbdc6620d90d144e3 (patch)
treed660a2fc7b5539cebd5c92cc7ce5e4fe7f6105ce /PKGBUILD
parente5147b702471b6c5c1f322855081eb75c0c0261c (diff)
downloadaur-69bbc349631980c6c06755ffbdc6620d90d144e3.tar.gz
Replace replaces with conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a600713a090..288856d7ef3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=("gtk3" "glib2" "ayatana-ido")
options=('!emptydirs')
source=("https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver.tar.gz")
md5sums=("584fd2838ed6c62f1ca21f1d94d9ea1b")
-replaces=("${pkgname}-gtk3")
+conflicts=("${pkgname}-gtk3")
prepare()
{