summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-31 12:34:42 -0600
committerMark Wagie2024-03-31 12:34:42 -0600
commit53454fc3db05cdcfe84ce74e584fd87f3aad1de9 (patch)
treeb574b17c81b44744750447d5fae11b188a7eb608
parent2920d4e04606392b0d5589ecdf906459c9e46225 (diff)
downloadaur-53454fc3db05cdcfe84ce74e584fd87f3aad1de9.tar.gz
remove replaces array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e888d3d652..9f700169d57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = clipto-bin
provides = clipto
conflicts = clipto
conflicts = clipto.pro
- replaces = clipto.pro
source = https://github.com/clipto-pro/Desktop/releases/download/v7.2.17/clipto-7.2.17.AppImage
sha256sums = ed0fc3b0e84efc986fdb41a1a38a1483c61d3c128eaa5014e97dc14c3b376028
diff --git a/PKGBUILD b/PKGBUILD
index 2e2a5ff542f4..ac7b6ca63ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ optdepends=('libnotify: for desktop notifications'
'libappindicator-gtk3: for tray icon')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}" "${pkgname%-bin}.pro")
-replaces=("${pkgname%-bin}.pro")
source=("https://github.com/clipto-pro/Desktop/releases/download/v$pkgver/${pkgname%-bin}-$pkgver.AppImage")
sha256sums=('ed0fc3b0e84efc986fdb41a1a38a1483c61d3c128eaa5014e97dc14c3b376028')