Package Details: aur-out-of-date 3.2.0-1

Git Clone URL: https://aur.archlinux.org/aur-out-of-date.git (read-only, click to copy)
Package Base: aur-out-of-date
Description: Determines out-of-date AUR packages
Upstream URL: https://github.com/simon04/aur-out-of-date
Licenses: GPL
Submitter: simon04
Maintainer: simon04 (alerque)
Last Packager: alerque
Votes: 18
Popularity: 0.039177
First Submitted: 2018-01-21 11:27 (UTC)
Last Updated: 2024-02-27 08:34 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

alerque commented on 2024-02-27 08:23 (UTC)

Just a heads up to anyone checking this out: while this nice little tool does still work, Arch Linux as a distro is in the process of adopting nvchecker support. This includes already having support in official package tools (e.g. pkgctl version check), upcoming support in archweb for automatically flagging all repository packages as OOD, and eventually the same tooling will be standardized for AUR packages too. Whether it will be optional or required for user contributed packages is yet to be decided of course, but folks should be aware that things are headed that direction.

simon04 commented on 2021-11-22 19:01 (UTC)

⚠️ Leaving Arch Linux in November 2021 – I'll keep maintaining the project, but don't expect new features unless you are submitting a patch.

Latest Comments

« First ‹ Previous 1 2

haawda commented on 2018-10-27 10:29 (UTC)

Version 2.1.0 gives me panic: runtime error: index out of range

goroutine 1 [running]: github.com/simon04/aur-out-of-date/upstream.debian.latestVersion(0xc0002bc316, 0xa, 0x51, 0xc0002ef800, 0x2, 0x2) /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/upstream/debian.go:31 +0x233 github.com/simon04/aur-out-of-date/upstream.forURL(0xc0002bc2ea, 0x51, 0x1, 0x1, 0x0, 0x0) /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/upstream/version.go:89 +0xc99 github.com/simon04/aur-out-of-date/upstream.VersionForPkg(0x55742ed4b8a0, 0xc00021a058, 0x5, 0x0, 0x8, 0xc0000b1bf8) /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/upstream/version.go:106 +0x183 main.handlePackage(0x55742ed4b8a0, 0xc00021a058, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/main.go:47 +0x171 main.handlePackages(0xc0005c4000, 0xc00023a000, 0x1a0, 0x200, 0x0, 0x0) /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/main.go:117 +0x21c main.main() /home/haawda/paketierung/not_maintained_by_me/aur-out-of-date/src/aur-out-of-date-2.1.0/main.go:155 +0x8b0

Version 2.0.0 works fine.

haawda commented on 2018-03-31 11:24 (UTC)

Please download as a named tarball like this: source=("$pkgname-$pkgver.tar.gz::https://github.com/simon04/$pkgname/archive/v$pkgver.t ar.gz")

simon04 commented on 2018-03-05 11:54 (UTC)

0.8.0-2: git is in makedepends now.

ClawOfLight commented on 2018-03-05 11:22 (UTC)

Please add git to makedepends!

alaskanarcher commented on 2018-02-27 23:48 (UTC)

I get the following during the check()

==> Starting check()...
?       github.com/simon04/aur-out-of-date  [no test files]
ok      github.com/simon04/aur-out-of-date/pkg  (cached)
ok      github.com/simon04/aur-out-of-date/upstream (cached)

I know that the [no test files] is because you don't have tests for your main package, which is what I do as well for my go projects, but for a user who doesn't know about go testing it might strike them as confusing. Might be worth explicitly specifying the modules to test, or omitting the first in the list generated with $(go list ./... | tail -n +2)

adsun commented on 2018-02-25 13:36 (UTC)

Please add git to makedepends, otherwise the build fails.