summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2022-11-14 22:40:51 +0100
committerFélix Piédallu2022-11-14 22:40:51 +0100
commit9810c4fb21e430265f5e9d473d91c6b127a589b3 (patch)
tree0210dc462a9ddf818f8aa830cf67b42b3fbc53dc
parent7e745f69076f15b92e3e56b3ff559e7b3915fcc7 (diff)
downloadaur-9810c4fb21e430265f5e9d473d91c6b127a589b3.tar.gz
Remove replace tag
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fce38e055e4..d5fa9f18e3a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = syncthing-gtk-python3
depends = python-dateutil
depends = python-gobject
conflicts = syncthing-gtk
- replaces = syncthing-gtk
source = https://github.com/salamandar/syncthing-gtk/archive/v0.9.4.5.tar.gz
source = kde-statusicon.patch
sha256sums = 19d234b3a4514420cf123ae1b477590684e11dd54b7fa208c0b19e9dccf2c465
diff --git a/PKGBUILD b/PKGBUILD
index 1b80d06659d3..4a3f10c195d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ arch=('any')
url='https://github.com/Salamandar/syncthing-gtk'
license=('GPL2')
conflicts=( 'syncthing-gtk' )
-replaces=( 'syncthing-gtk' )
depends=(
'syncthing>=0.14.50' 'gtk3' 'libnotify'
'python-bcrypt' 'python-cairo' 'python-dateutil' 'python-gobject'