summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2019-11-28 08:45:13 -0600
committerSam Burgos2019-11-28 08:45:13 -0600
commitf6a7ef57e4835832e4557bba37bc7cf6551cbc58 (patch)
treeff78e3d2a16f6bd6da4602794ce76dca25f69b1b /PKGBUILD
parenta4b6db2fdf22e92f18af90f28dc4249a7dcdfb86 (diff)
downloadaur-f6a7ef57e4835832e4557bba37bc7cf6551cbc58.tar.gz
make this package conflicting with upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d6d573d68f6..3818dc25c508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=remmina-appindicator
_pkgname=remmina
epoch=1
pkgver=1.3.6
-pkgrel=1
+pkgrel=2
pkgdesc='remote desktop client written in GTK+ (compiled with appindicator)'
arch=(x86_64)
url=https://www.remmina.org/
@@ -38,11 +38,16 @@ makedepends=(
telepathy-glib
)
-replaces=(
+provides=(
remmina-plugins
remmina
)
-provides=(
+
+conflicts=(
+ remmina-plugins
+ remmina
+)
+replaces=(
remmina-plugins
remmina
)