Package Details: gotify-dunst-git r32.d79a3d8-3

Git Clone URL: https://aur.archlinux.org/gotify-dunst-git.git (read-only, click to copy)
Package Base: gotify-dunst-git
Description: A simple script for receiving Gotify message notifications via dunst
Upstream URL: https://github.com/ztpnk/gotify-dunst
Keywords: gotify notifications notify
Licenses: GPL-3.0-only
Conflicts: gotify-dunst
Provides: gotify-dunst
Submitter: karmanyaahm
Maintainer: prurigro
Last Packager: prurigro
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-08 06:11 (UTC)
Last Updated: 2026-04-13 03:06 (UTC)

Required by (0)

Sources (1)

Latest Comments

Xyne commented on 2021-12-05 04:48 (UTC) (edited on 2021-12-05 04:49 (UTC) by Xyne)

Hi,

The empty noextract array can be removed from the PKGBUILD. The package should provide and conflict with "gotify-dunst" even if no such package exists:

provides=(gotify-dunst)
conflicts=(gotify-dunst)

Thanks for maintaining this package.