Package Details: notify-git 0.1.6_94d6286-2

Git Clone URL: https://aur.archlinux.org/notify-git.git (read-only, click to copy)
Package Base: notify-git
Description: ntfy.sh client application to receive everyday's notifications
Upstream URL: https://github.com/ranfdev/Notify
Keywords: notify
Licenses: GPL3
Submitter: alexbelm48
Maintainer: alexbelm48
Last Packager: alexbelm48
Votes: 1
Popularity: 0.000000
First Submitted: 2023-11-14 06:41 (UTC)
Last Updated: 2026-02-07 22:49 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

alexbelm48 commented on 2026-02-07 22:38 (UTC) (edited on 2026-02-07 22:38 (UTC) by alexbelm48)

@codiflow @bannert I was unable to reproduce your issues. Doing a makepkg -s on the latest (and only one!) version of the PKGBUILD works just fine. If you still have issues, don't hesitate to ping me back.

codiflow commented on 2026-01-21 18:09 (UTC) (edited on 2026-01-21 18:10 (UTC) by codiflow)

There's again a build error like the one @bannert posted. This is the full build error message from the log file:

==================================== 3/3 =====================================
test:         notify:validate-appdata
start time:   17:59:40
duration:     0.02s
result:       exit status 1
command:      MALLOC_PERTURB_=136 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/appstream-util validate --nonet /home/REDACTED/notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml
----------------------------------- stdout -----------------------------------
/home/REDACTED/notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml: FAILED:
• style-invalid         : <ul> cannot start a description [(null)]
• style-invalid         : Not enough <p> tags for a good description [0/1]
----------------------------------- stderr -----------------------------------
Validation of files failed
==============================================================================

I will try to fix this upstream but in the meantime you can edit notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml and add a <p>Lorem ipsum</p> before each <ul> if there's none. Afterwards you can repeat the build process.

cnose commented on 2025-01-13 13:50 (UTC)

There is a PR upstream that should fix the build failure - it's just an improperly closed tag in com.ranfdev.Notify.metainfo.xml.in

bannert commented on 2025-01-08 16:36 (UTC)

When I try to install, I get this error:

ninja: Entering directory `/home/bannert/.cache/yay/notify-git/src/build'
ninja: no work to do.
1/3 validate-desktop        OK              0.01s
2/3 validate-gschema        OK              0.00s
3/3 validate-appdata        FAIL            0.01s   exit status 1
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=226 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/appstream-util validate --nonet /home/bannert/.cache/yay/notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml