Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
arch-wiki-lite
Commits:
31354ac0 by Jakub Klinkovský at 2025-12-02T07:53:37+01:00
Deactivate nvchecker
- - - - -
8f587311 by Jakub Klinkovský at 2025-12-02T07:54:56+01:00
upgpkg: 20251202-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = arch-wiki-lite
pkgdesc = Arch Wiki without HTML. 1/9 as big, easily searched &
viewable on console
- pkgver = 20251102
+ pkgver = 20251202
pkgrel = 1
url = https://gitlab.archlinux.org/grawlinson/arch-wiki-lite
arch = any
@@ -8,7 +8,7 @@ pkgbase = arch-wiki-lite
license = GFDL-1.3-or-later
makedepends = git
makedepends = python
- makedepends = arch-wiki-docs=20251102
+ makedepends = arch-wiki-docs=20251202
depends = bash
depends = gzip
optdepends = dialog: for interactive menu
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,2 @@
[arch-wiki-lite]
-source = "git"
-git = "https://gitlab.archlinux.org/grawlinson/arch-wiki-lite.git"
+source = "manual"
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=arch-wiki-lite
-pkgver=20251102
+pkgver=20251202
pkgrel=1
pkgdesc='Arch Wiki without HTML. 1/9 as big, easily searched & viewable on
console'
arch=('any')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-lite/-/compare/facaf480f965f59fb486eabba23331a61885db7f...8f5873116b8ef82e419fc7be3c665156b0c5fb03
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-lite/-/compare/facaf480f965f59fb486eabba23331a61885db7f...8f5873116b8ef82e419fc7be3c665156b0c5fb03
You're receiving this email because of your account on gitlab.archlinux.org.