Flagged Out-of-Date Comment: cppreference-devhelp

mazieres flagged cppreference-devhelp out-of-date on 2024-09-01 (UTC) for the following reason:

This should be updated to the 2024 snapshot available as the AUR package cppreference-doc, as in the below diff: diff --git a/PKGBUILD b/PKGBUILD index bddc0cc..cf3371d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ # Co-Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com> pkgname=cppreference-devhelp -pkgver=20190607 +pkgver=20240610 pkgrel=1 pkgdesc="Offline cppreference documentation for devhelp." arch=('any') url="http://en.cppreference.com/w/" license=('CCPL:cc-by-sa') -depends=('devhelp' 'cppreference') +depends=('devhelp' 'cppreference-doc') makedepends=('python-lxml') # Remember to update the source here for every update. The directory is also changed. -source=("http://upload.cppreference.com/mwiki/images/8/80/cppreference-doc-${pkgver}.tar.xz") -sha256sums=('bd010ac2a3a8ba7e74cb247ea852e39fc7f37b08de2aaf50f2de17ea3832c432') +source=("https://github.com/PeterFeicht/cppreference-doc/releases/download/v20240610/cppreference-doc-${pkgver}.tar.xz") +sha256sums=('840e08db99650fc58ea9fd0838e5141f2da4fa9f86968367b1549b06f54f5f26') prepare() { cd "$srcdir/cppreference-doc-${pkgver}"