Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
arch-wiki-docs
Commits:
2f672994 by Jakub Klinkovský at 2026-01-02T21:29:08+01:00
upgpkg: 20260102-1: upstream script rewrite using wiki-scripts
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,18 @@
pkgbase = arch-wiki-docs
pkgdesc = Pages from Arch Wiki optimized for offline browsing
- pkgver = 20251202
+ pkgver = 20260102
pkgrel = 1
url = https://github.com/lahwaacz/arch-wiki-docs
arch = any
license = GFDL-1.3-or-later
makedepends = git
makedepends = python
- makedepends = python-simplemediawiki
makedepends = python-lxml
makedepends = python-cssselect
- makedepends = python-requests
+ makedepends = python-wiki-scripts
options = !strip
options = !debug
- source =
arch-wiki-docs::git+https://github.com/lahwaacz/arch-wiki-docs#commit=62059ba9c5ea8589a9277c46fcf069c710f18558
- b2sums =
dead6eca758071a06c73c34ad81cd28555245d27d5d2fa21c543559bdece739cca3af5962eecc8c59a9d3d0e9b4444b34a135b915097d594c502f3f7c837f26e
+ source =
arch-wiki-docs::git+https://github.com/lahwaacz/arch-wiki-docs#commit=36ddd12d7884bb09c8660d8dd086ad13fba3a552
+ b2sums =
fe1bdbf8e96581b1c2fc03430c3675469e577d4f865c9dfec4a105a34904926104ab6f23f89f4e9c46b15e4cb79f8dd6c5238dfaddc1c333269b46b0de159169
pkgname = arch-wiki-docs
=====================================
PKGBUILD
=====================================
@@ -3,24 +3,23 @@
# Maintainer: Sergej Pupykin <[email protected]>
pkgname=arch-wiki-docs
-pkgver=20251202
+pkgver=20260102
pkgrel=1
pkgdesc='Pages from Arch Wiki optimized for offline browsing'
-arch=('any')
+arch=(any)
url='https://github.com/lahwaacz/arch-wiki-docs'
license=(GFDL-1.3-or-later)
makedepends=(
'git'
'python'
- 'python-simplemediawiki'
'python-lxml'
'python-cssselect'
- 'python-requests'
+ 'python-wiki-scripts'
)
options=('!strip' '!debug')
-_commit='62059ba9c5ea8589a9277c46fcf069c710f18558'
+_commit=36ddd12d7884bb09c8660d8dd086ad13fba3a552
source=("$pkgname::git+https://github.com/lahwaacz/arch-wiki-docs#commit=$_commit")
-b2sums=('dead6eca758071a06c73c34ad81cd28555245d27d5d2fa21c543559bdece739cca3af5962eecc8c59a9d3d0e9b4444b34a135b915097d594c502f3f7c837f26e')
+b2sums=('fe1bdbf8e96581b1c2fc03430c3675469e577d4f865c9dfec4a105a34904926104ab6f23f89f4e9c46b15e4cb79f8dd6c5238dfaddc1c333269b46b0de159169')
pkgver() {
date "+%Y%m%d"
@@ -29,8 +28,10 @@ pkgver() {
prepare() {
cd "$pkgname"
- LANG=en_US.UTF-8 python \
+ LANG=C.UTF-8 python \
arch-wiki-docs.py \
+ --api-url https://wiki.archlinux.org/api.php \
+ --index-url https://wiki.archlinux.org/index.php \
--output-directory "$srcdir/build_wiki" \
--clean \
--safe-filenames
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-docs/-/commit/2f6729947584d408db0632a5af13d516c30ec568
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-docs/-/commit/2f6729947584d408db0632a5af13d516c30ec568
You're receiving this email because of your account on gitlab.archlinux.org.