summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandomExplosion2023-05-31 19:50:44 +1000
committerRandomExplosion2023-05-31 19:50:44 +1000
commita1b0304617b6fbc5c1871eeaa7aab95687092c5f (patch)
tree12fdd8e586ae8c46a8c3f3a504b9b1609b21e449
parent12bfcbfc64d8b0608ccb7990cf2d6bf05707c7d3 (diff)
downloadaur-a1b0304617b6fbc5c1871eeaa7aab95687092c5f.tar.gz
Adopt package and remove confict with activitywatch-bin
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7126341cf9b..a6733f536946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Y7n05h <Y7n05h(aT)protonmail--d0t--com>
+# Maintainer: ScreamsInJank <email pending, sorry :(>
_name='aw-watcher-window-wayland'
pkgname="$_name-git"
-pkgver=r27.1cd0555
+pkgver=r33.6108ad3
pkgrel=1
pkgdesc="window and afk watcher for wayland"
arch=('x86_64')
url="https://github.com/ActivityWatch/$_name"
license=('MPL2')
depends=(
+ activitywatch-bin
aw-client
gcc-libs
)
@@ -23,7 +24,6 @@ conflicts=(
${_name}
aw-watcher-window
aw-watcher-afk
- activitywatch-bin
)
source=("${_name}::git+$url")