[arch-commits] Commit in arch-wiki-docs/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Mar 8 15:42:02 UTC 2016
Date: Tuesday, March 8, 2016 @ 16:42:01
Author: spupykin
Revision: 165615
archrelease: copy trunk to community-any
Added:
arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 165614, arch-wiki-docs/trunk/PKGBUILD)
Deleted:
arch-wiki-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-08 15:41:49 UTC (rev 165614)
+++ PKGBUILD 2016-03-08 15:42:01 UTC (rev 165615)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=arch-wiki-docs
-pkgdesc="Pages from Arch Wiki optimized for offline browsing"
-pkgver=20150813
-pkgrel=1
-arch=('any')
-url="https://github.com/lahwaacz/arch-wiki-docs"
-license=('FDL')
-options=('!strip')
-makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 'python-cssselect')
-source=('git://github.com/lahwaacz/arch-wiki-docs.git')
-md5sums=('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 -dm755 "$pkgdir/usr/share/doc/arch-wiki/html"
- cp -r "$srcdir"/build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html/"
-}
Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 165614, arch-wiki-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-08 15:42:01 UTC (rev 165615)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=arch-wiki-docs
+pkgdesc="Pages from Arch Wiki optimized for offline browsing"
+pkgver=20160308
+_commit=c184e253b4105181e91a60da5120f422ed423355
+pkgrel=1
+arch=('any')
+url="https://github.com/lahwaacz/arch-wiki-docs"
+license=('FDL')
+options=('!strip')
+makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 'python-cssselect')
+source=("git://github.com/lahwaacz/arch-wiki-docs.git#commit=${_commit}")
+md5sums=('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 -dm755 "$pkgdir/usr/share/doc/arch-wiki/html"
+ cp -r "$srcdir"/build_wiki/* "$pkgdir/usr/share/doc/arch-wiki/html/"
+}
More information about the arch-commits
mailing list