Date: Tuesday, February 28, 2023 @ 06:01:27 Author: grawlinson Revision: 1405563
upgpkg: arch-wiki-docs Modified: arch-wiki-docs/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-28 05:59:46 UTC (rev 1405562) +++ PKGBUILD 2023-02-28 06:01:27 UTC (rev 1405563) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=arch-wiki-docs -pkgver=20221115 +pkgver=20230228 pkgrel=1 pkgdesc='Pages from Arch Wiki optimized for offline browsing' arch=('any') @@ -9,7 +9,12 @@ url='https://github.com/lahwaacz/arch-wiki-docs' license=('FDL') makedepends=( - 'git' 'python' 'python-simplemediawiki' 'python-lxml' 'python-cssselect' 'python-requests' + 'git' + 'python' + 'python-simplemediawiki' + 'python-lxml' + 'python-cssselect' + 'python-requests' ) options=('!strip') _commit='8082524dda618479fca65ab6cb13d69822d444bd'
