Date: Tuesday, February 28, 2023 @ 06:03:13
Author: grawlinson
Revision: 1405564
archrelease: copy trunk to community-any
Added:
arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 1405563, arch-wiki-docs/trunk/PKGBUILD)
Deleted:
arch-wiki-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 41 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-28 06:01:27 UTC (rev 1405563)
+++ PKGBUILD 2023-02-28 06:03:13 UTC (rev 1405564)
@@ -1,36 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=arch-wiki-docs
-pkgver=20221115
-pkgrel=1
-pkgdesc='Pages from Arch Wiki optimized for offline browsing'
-arch=('any')
-url='https://github.com/lahwaacz/arch-wiki-docs'
-license=('FDL')
-makedepends=(
- 'git' 'python' 'python-simplemediawiki' 'python-lxml' 'python-cssselect'
'python-requests'
-)
-options=('!strip')
-_commit='8082524dda618479fca65ab6cb13d69822d444bd'
-source=("$pkgname::git+https://github.com/lahwaacz/arch-wiki-docs#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- date "+%Y%m%d"
-}
-
-prepare() {
- cd "$pkgname"
-
- LANG=en_US.UTF-8 python \
- arch-wiki-docs.py \
- --output-directory "$srcdir/build_wiki" \
- --clean \
- --safe-filenames
-}
-
-package() {
- install -vdm755 "$pkgdir/usr/share/doc/arch-wiki/html"
- cp -r build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html"
-}
Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 1405563,
arch-wiki-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-28 06:03:13 UTC (rev 1405564)
@@ -0,0 +1,41 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=arch-wiki-docs
+pkgver=20230228
+pkgrel=1
+pkgdesc='Pages from Arch Wiki optimized for offline browsing'
+arch=('any')
+url='https://github.com/lahwaacz/arch-wiki-docs'
+license=('FDL')
+makedepends=(
+ 'git'
+ 'python'
+ 'python-simplemediawiki'
+ 'python-lxml'
+ 'python-cssselect'
+ 'python-requests'
+)
+options=('!strip')
+_commit='8082524dda618479fca65ab6cb13d69822d444bd'
+source=("$pkgname::git+https://github.com/lahwaacz/arch-wiki-docs#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ date "+%Y%m%d"
+}
+
+prepare() {
+ cd "$pkgname"
+
+ LANG=en_US.UTF-8 python \
+ arch-wiki-docs.py \
+ --output-directory "$srcdir/build_wiki" \
+ --clean \
+ --safe-filenames
+}
+
+package() {
+ install -vdm755 "$pkgdir/usr/share/doc/arch-wiki/html"
+ cp -r build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html"
+}