Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
arch-wiki-lite
Commits:
0d05559a by Jakub Klinkovský at 2026-01-02T21:32:43+01:00
upgpkg: 20260102-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = arch-wiki-lite
pkgdesc = Arch Wiki without HTML. 1/9 as big, easily searched &
viewable on console
- pkgver = 20251202
- pkgrel = 2
+ pkgver = 20260102
+ pkgrel = 1
url = https://gitlab.archlinux.org/grawlinson/arch-wiki-lite
arch = any
license = GPL-2.0-or-later
license = GFDL-1.3-or-later
makedepends = git
makedepends = python
- makedepends = arch-wiki-docs=20251202
+ makedepends = arch-wiki-docs=20260102
depends = bash
depends = gzip
optdepends = dialog: for interactive menu
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=arch-wiki-lite
-pkgver=20251202
-pkgrel=2
+pkgver=20260102
+pkgrel=1
pkgdesc='Arch Wiki without HTML. 1/9 as big, easily searched & viewable on
console'
arch=('any')
url='https://gitlab.archlinux.org/grawlinson/arch-wiki-lite'
@@ -29,7 +29,7 @@
b2sums=('6a145d401e6f758483ac3f5634fedac93d17076983f724c5c321c21716d8f8ed6de6587
build() {
cd "$pkgname"
- LC_ALL=en_US.UTF-8 python3 wiki_lite.py
+ LC_ALL=C.UTF-8 python3 wiki_lite.py
}
package() {
@@ -45,4 +45,3 @@ package() {
# dialog
install -vDm644 -t "$pkgdir/etc/dialog.d" wiki-search.dialog.rc
}
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-lite/-/commit/0d05559aa6546cdb76be06eb4726ab0d33df335f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-lite/-/commit/0d05559aa6546cdb76be06eb4726ab0d33df335f
You're receiving this email because of your account on gitlab.archlinux.org.