[arch-commits] Commit in hotdoc/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Mar 3 02:25:53 UTC 2021


    Date: Wednesday, March 3, 2021 @ 02:25:52
  Author: eschwartz
Revision: 878819

upgpkg: hotdoc 0.13.2-1: upstream release

Modified:
  hotdoc/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 02:12:04 UTC (rev 878818)
+++ PKGBUILD	2021-03-03 02:25:52 UTC (rev 878819)
@@ -2,7 +2,7 @@
 
 _pkgname=hotdoc
 pkgname=hotdoc
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="the tastiest API documentation system"
 arch=('x86_64')
@@ -15,9 +15,17 @@
 optdepends=('clang: for the C extension'
             'llvm: for the C extension')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('caec543e575835dcaab46c39cfbe4ac9c8f9bfbd1951fabbe8fd19fa6add5c2b')
-b2sums=('a9d316258ed629168fa482bfc8b2d97c745f8cfbeb728277c8accf863eb4ab080faaa795cae5258d8ffb2b08c63ce2c7e4c0f778bdbc2e7e55a1e18418653cef')
+sha256sums=('243bc53fa8ed321b00066a673ab518e0e63c6d34bdd78eab56c68ecceb967916')
+b2sums=('cfe4d1bbb9ea912af9efadfd332dd29c731bd2c3db471e5fd1eb1b659af3810bcdec7b6a9be73a03b3c7fe65558f0a352eadbe2573dcec6c11579c75b33f28dd')
 
+prepare() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    # remove crucial file that isn't in git and crucially prints '42' when imported
+    # (just kidding, the sdist accidentally disted it)
+    rm hotdoc/foo.py
+}
+
 build() {
     cd "${srcdir}"/${pkgname}-${pkgver}
 



More information about the arch-commits mailing list