summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2022-11-15 13:40:53 +0100
committerFélix Piédallu2022-11-15 13:40:53 +0100
commite6c46511e157ec9929ddf0b4afa1146a57eaa225 (patch)
treeb920c4ac1e24b1914cbdb518ccbbf58e1ec8bb6a
parenta1c31da06c8d2d4786baec6291a93f2f2ec4e2dc (diff)
downloadaur-e6c46511e157ec9929ddf0b4afa1146a57eaa225.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 705443b7c309..e67cca42026d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,8 @@ pkgbase = syncthing-gtk
depends = python-dateutil
depends = python-gobject
replaces = syncthing-gtk-python3
+ provides = syncthing-gtk-python3
+ conflicts = syncthing-gtk-python3
source = syncthing-gtk-0.9.4.4.2.tar.gz::https://github.com/syncthing-gtk/syncthing-gtk/archive/v0.9.4.4.2.tar.gz
source = kde-statusicon.patch
sha256sums = 24d34699acd58af0933f51476fe3af655238788be52c4f1c96c6d0ebb1706703
diff --git a/PKGBUILD b/PKGBUILD
index de232570bdf4..e1cca129ad5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ arch=('any')
url='https://github.com/syncthing-gtk/syncthing-gtk'
license=('GPL2')
replaces=( 'syncthing-gtk-python3' )
+provides=( 'syncthing-gtk-python3' )
+conflicts=('syncthing-gtk-python3' )
depends=(
'syncthing>=0.14.50' 'gtk3' 'libnotify'
'python-bcrypt' 'python-cairo' 'python-dateutil' 'python-gobject'