Search Criteria
Package Details: psi-notify 1.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/psi-notify.git (read-only, click to copy) |
---|---|
Package Base: | psi-notify |
Description: | Minimalistic PSI notifier using libnotify |
Upstream URL: | https://github.com/cdown/psi-notify |
Licenses: | MIT |
Submitter: | cdown |
Maintainer: | cdown |
Last Packager: | cdown |
Votes: | 8 |
Popularity: | 0.000006 |
First Submitted: | 2020-04-25 00:55 (UTC) |
Last Updated: | 2022-08-12 01:59 (UTC) |
Dependencies (2)
- libnotify (libnotify-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
Latest Comments
cdown commented on 2020-05-06 19:45 (UTC)
@coderobe Thank you! Both are fixed. :-)
coderobe commented on 2020-05-06 18:41 (UTC)
MIT
licensed software needs to install its license file.See https://wiki.archlinux.org/index.php/PKGBUILD#license for more info
Though i see the upstream repository doesn't contain any license declaration at all, you might want to change that.
coderobe commented on 2020-05-06 18:37 (UTC) (edited on 2020-05-06 18:38 (UTC) by coderobe)
This should be
arch=('x86_64')
(+ whichever other architectures this builds and runs on) instead ofarch=('any')
-'any'
is a special value indicating that the built package runs everywhere (build once install on all architectures, not "builds on any architecture").See https://wiki.archlinux.org/index.php/PKGBUILD#arch for more info