summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2020-07-17 23:09:56 +0200
committerRobert Tari2020-07-17 23:09:56 +0200
commit69bbc349631980c6c06755ffbdc6620d90d144e3 (patch)
treed660a2fc7b5539cebd5c92cc7ce5e4fe7f6105ce
parente5147b702471b6c5c1f322855081eb75c0c0261c (diff)
downloadaur-69bbc349631980c6c06755ffbdc6620d90d144e3.tar.gz
Replace replaces with conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16924f9b99e9..3bd1075909dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = libayatana-indicator
depends = gtk3
depends = glib2
depends = ayatana-ido
- replaces = libayatana-indicator-gtk3
+ conflicts = libayatana-indicator-gtk3
options = !emptydirs
source = https://github.com/AyatanaIndicators/libayatana-indicator/archive/0.6.3.tar.gz
md5sums = 584fd2838ed6c62f1ca21f1d94d9ea1b
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()
{