Package Details: cppreference 20241110-1

Git Clone URL: https://aur.archlinux.org/cppreference.git (read-only, click to copy)
Package Base: cppreference
Description: A complete reference for the features in the C++ Standard Library. HTML book.
Upstream URL: http://en.cppreference.com/
Licenses: CCPL:cc-by-sa
Submitter: gosella
Maintainer: MrAureliusR (baltazar)
Last Packager: MrAureliusR
Votes: 28
Popularity: 0.96
First Submitted: 2015-10-04 18:28 (UTC)
Last Updated: 2024-11-22 02:31 (UTC)

Latest Comments

MrAureliusR commented on 2024-11-22 02:31 (UTC)

Well, I sort of accidentally grabbed maintainership while scrolling this page on my phone so I updated the PKGBUILD and SRCINFO

MrAureliusR commented on 2024-11-17 17:55 (UTC)

There's a much newer version available, here's a simple patch to apply it (you can save this in a .patch file and then apply it, or just make the changes by hand):

diff --git a/PKGBUILD b/PKGBUILD
index b6255a8..d60c5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Tianjiao Yin <ytj000@gmail.com>
 # Contributor: Vinicius de Avila Jorge <vinicius.avila.jorge@gmail.com>
 pkgname=cppreference
-pkgver=20190607
+pkgver=20241110
 pkgrel=1
 pkgdesc="A complete reference for the features in the C++ Standard Library. HTML book."
 arch=('any')
@@ -12,8 +12,8 @@ url="http://en.cppreference.com/"
 license=('CCPL:cc-by-sa')
 options=('!strip' '!emptydirs')
 depends=('ttf-dejavu')
-source=("http://upload.cppreference.com/mwiki/images/1/16/html_book_20190607.tar.xz")
-sha256sums=('8f97b2baa749c748a2e022d785f1a2e95aa851a3075987dfcf38baf65e0e486d')
+source=("https://github.com/PeterFeicht/cppreference-doc/releases/download/v${pkgver}/html-book-${pkgver}.tar.xz")
+sha256sums=('431e80862eb70fd4793a60d7d3b6c13c8605284978f9ea0529572e8fd1562cc6')

 package() {
     rm "$srcdir/reference/common/DejaVuSansMonoCondensed60.ttf"

<deleted-account> commented on 2016-10-27 05:54 (UTC)

@gosella if you let me, I would like to co-maintain this package and create a split package for cppreference and cppreference-devhelp and cppreference-qt. all from same source. I already co-maintain cppreference-devhelp and cppreference-qt package.