makedeb


arch-wiki-docs 20230629-1


Page dump with no search, of the Arch Wiki for offline browsing

Click here to go back to the commit logs for arch-wiki-docs.

Commit:


Hash: e6538f8dccd5c0bf534d6cb5837831209af4032a

Message: 20230629

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 13257d2..9b07d45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
 pkgname = arch-wiki-docs
 pkgbase = arch-wiki-docs
 pkgdesc = Page dump with no search, of the Arch Wiki for offline browsing
-pkgrel = 2
-pkgver = 20220914
+pkgrel = 1
+pkgver = 20230629
 url = https://github.com/lahwaacz/arch-wiki-docs
 arch = all
 license = FDL
@@ -13,8 +13,8 @@ makedepends = python3-lxml
 makedepends = python3-cssselect
 makedepends = python3-requests
 options = !strip
-source = arch-wiki-docs-216a2170262f5b1ee4af3ac9b565fd3be2752df9.zip::https://github.com/lahwaacz/arch-wiki-docs/archive/216a2170262f5b1ee4af3ac9b565fd3be2752df9.zip
-b2sums = a41cb21c66cc698d1b0cae767fce37937b52d97565dfd7f76da132d462a61d383810ff166a00a40e473c292f29d78a49ba4220478ea7f94af556ed53dff3109c
+source = arch-wiki-docs-8082524dda618479fca65ab6cb13d69822d444bd.zip::https://github.com/lahwaacz/arch-wiki-docs/archive/8082524dda618479fca65ab6cb13d69822d444bd.zip
+b2sums = d3fb2c2cd35e94ebd863bde3c63968f2af194ae39ea99b0fde9981be096cfa38855c019cc27fee19520bfeb3124beec8a983733cb1fda9937a73f5d910acf208
 makedepends = python3
 makedepends = python3-simplemediawiki
 makedepends = python3-lxml
diff --git a/PKGBUILD b/PKGBUILD
index 8fc7722..f27656f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 # Contributor: George Rawlinson (ARCH) <grawlinson@archlinux.org>
 # Contributor: Sergej Pupykin (ARCH) <pupykin.s+arch@gmail.com>
-
 pkgname=arch-wiki-docs
-pkgver=20220914
-pkgrel=2
+pkgver=20230629
+pkgrel=1
 pkgdesc='Page dump with no search, of the Arch Wiki for offline browsing'
 arch=('all')
 url='https://github.com/lahwaacz/arch-wiki-docs'
@@ -13,9 +12,11 @@ makedepends=(
 'python3' 'python3-simplemediawiki' 'python3-lxml' 'python3-cssselect' 'python3-requests'
 )
 options=('!strip')
-_commit='216a2170262f5b1ee4af3ac9b565fd3be2752df9'
+# update commits from here
+# https://gitlab.archlinux.org/archlinux/packaging/packages/arch-wiki-docs/-/raw/main/PKGBUILD
+_commit='8082524dda618479fca65ab6cb13d69822d444bd'
 source=("$pkgname-$_commit.zip::https://github.com/lahwaacz/arch-wiki-docs/archive/$_commit.zip")
-b2sums=('a41cb21c66cc698d1b0cae767fce37937b52d97565dfd7f76da132d462a61d383810ff166a00a40e473c292f29d78a49ba4220478ea7f94af556ed53dff3109c')
+b2sums=('d3fb2c2cd35e94ebd863bde3c63968f2af194ae39ea99b0fde9981be096cfa38855c019cc27fee19520bfeb3124beec8a983733cb1fda9937a73f5d910acf208')
 
 pkgver() {
   date "+%Y%m%d"