summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScreamsInJank2023-10-28 11:01:32 +1100
committerScreamsInJank2023-10-28 11:01:32 +1100
commit68d816165e71c941bd706794e660b4f1e798474d (patch)
treed77422c22e697ae3f69938864a66e7cc31fabdec
parent49ddc6201ea83d2f7096d07b3753bec950046a69 (diff)
downloadaur-68d816165e71c941bd706794e660b4f1e798474d.tar.gz
Remove conflicting packages that no longer exist
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc4aa496b32..12df0f2184f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,13 +7,11 @@ pkgbase = aw-watcher-window-wayland-git
license = MPL2
makedepends = git
makedepends = rust
+ depends = activitywatch-bin
depends = aw-client
depends = gcc-libs
- depends = activitywatch-bin
provides = aw-watcher-window-wayland
conflicts = aw-watcher-window-wayland
- conflicts = aw-watcher-window
- conflicts = aw-watcher-afk
source = aw-watcher-window-wayland::git+https://github.com/ActivityWatch/aw-watcher-window-wayland
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 676d3592f107..0ba02e70691a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,6 @@ optdepends=()
provides=(${_name})
conflicts=(
${_name}
- aw-watcher-window
- aw-watcher-afk
)
source=("${_name}::git+$url")