summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-05-18 18:32:16 -0600
committerMark Wagie2024-05-18 18:32:16 -0600
commit280ce36d33672349132a50263e7a50ee2c8c970d (patch)
tree4c1b9a2798bfa457acb0fc069c1c4d93c37a58c1
parent1b2b896200046acfa98f4e37176c91b0a9cbdcb6 (diff)
downloadaur-280ce36d33672349132a50263e7a50ee2c8c970d.tar.gz
remove uneeded replaces array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bd1d58a6bae..b3bc7e5ef14c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,8 +22,6 @@ pkgbase = octopi
provides = octopi-repoeditor
provides = octopi-cachecleaner
conflicts = octopi-notifier
- replaces = octopi-notifier-qt5
- replaces = octopi-notifier-frameworks
source = git+https://github.com/aarnt/octopi.git#commit=a081ac2bfd0564be64348f9a3a74ac9f4952bee1
sha256sums = 60250c4d6d638e8e3e4692a1397020411b00f1eb187f648d7a3420658e1942df
diff --git a/PKGBUILD b/PKGBUILD
index 711a2abd207e..8ad4c5ae4c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,10 +34,6 @@ provides=(
conflicts=(
'octopi-notifier'
)
-replaces=(
- 'octopi-notifier-qt5'
- 'octopi-notifier-frameworks'
-)
_commit=a081ac2bfd0564be64348f9a3a74ac9f4952bee1 # branch/master
source=("git+https://github.com/aarnt/octopi.git#commit=${_commit}")
sha256sums=('60250c4d6d638e8e3e4692a1397020411b00f1eb187f648d7a3420658e1942df')