Search Criteria
Package Details: nvchecker-git 1:2.14.r0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvchecker-git.git (read-only, click to copy) |
---|---|
Package Base: | nvchecker-git |
Description: | a tool for checking if a new version of some software has been released. |
Upstream URL: | https://github.com/lilydjwg/nvchecker |
Licenses: | MIT |
Conflicts: | nvchecker |
Provides: | nvchecker |
Submitter: | zsrkmyn |
Maintainer: | farseerfc (lilydjwg, felixonmars) |
Last Packager: | lilydjwg |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-19 05:47 (UTC) |
Last Updated: | 2024-04-17 08:55 (UTC) |
Dependencies (18)
- python (python37AUR, python311AUR, python310AUR)
- python-platformdirs
- python-pycurl
- python-structlog
- python-tomli
- python-tornado
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- libnotify (libnotify-gitAUR) (optional) – for nvchecker-notify
- pyalpm (pyalpm-gitAUR) (optional) – for "sort_version_key = vercmp" config
- python-awesomeversion (python-awesomeversion-gitAUR) (optional) – for "sort_version_key = awesomeversion" config
- python-gobject (python-gobject-gitAUR) (optional) – for nvchecker-notify
- python-jq (optional) – for "jq" source
- python-lxml (optional) – for "htmlparser" source
- python-packaging (optional) – for "pypi" source
Required by (4)
- devtools-doas (requires nvchecker) (optional)
- lilac-git (requires nvchecker)
- nvfetcher (requires nvchecker)
- salvador (requires nvchecker) (optional)
Latest Comments
xiretza commented on 2020-10-01 16:24 (UTC)
Hey, could you maybe add an
install -Dm644 sample_source.toml -t "$pkgdir/usr/share/$pkgname/"
? Having an example config right there in the package makes starting out a lot easier.yan12125 commented on 2018-06-26 18:22 (UTC)
Hi, could you add
conflicts=('nvchecker')
andprovides=("nvchecker=$pkgver")
?lilydjwg commented on 2018-06-05 12:01 (UTC)
Updated.
yan12125 commented on 2018-06-05 07:35 (UTC)
Hi, could you add pyalpm to optdepends? It's necessary if
sort_version_key = vercmp
is specified innvchecker.ini
.yan12125 commented on 2018-04-11 14:45 (UTC) (edited on 2018-04-11 14:46 (UTC) by yan12125)
Hello zsrkmyn, you may want to add epoch=1 after commit
c32c483c1915
, or archlinuxcn users won't get the new nvchecker:justin8 commented on 2015-08-20 22:01 (UTC)
colinkeenan commented on 2014-11-24 06:21 (UTC)