Date: Saturday, December 3, 2022 @ 16:01:51
  Author: arojas
Revision: 1356350

upgpkg: hid-tools 0.3.1-1: Update to 0.3.1

Modified:
  hid-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-03 15:55:58 UTC (rev 1356349)
+++ PKGBUILD    2022-12-03 16:01:51 UTC (rev 1356350)
@@ -1,23 +1,22 @@
 # Maintainer: Filipe LaĆ­ns (FFY00) <[email protected]>
 
 pkgname=hid-tools
-pkgver=0.2
-pkgrel=7
+pkgver=0.3.1
+pkgrel=1
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/hid-tools'
 license=('GPL2')
 pkgdesc='Python scripts to manipulate HID data'
 depends=('python-parse' 'python-pyudev')
-makedepends=('python-setuptools' 'python-pypandoc' 'python-sphinx' 
'python-sphinx_rtd_theme')
+makedepends=('python-setuptools' 'python-pypandoc' 'python-sphinx' 
'python-sphinx_rtd_theme' 'python-sphinxcontrib-apidoc')
 source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('580635bc679b8b6dd396c72b9a5d6560a56a3c3fa4b1d83ebbe82508977e23ce3abf0892406605937e62cde6335d205eba283b6c67dfe65630a2a27d74747ffb')
+sha512sums=('fb2f08ea02c7e615244b3691fc26778343a9aee8bddc593f415547a45c8e99831c5a9e574b1e55c965f2e9b7753a67dd2cf3a5106e595c88dabe6a6e3c4f1d8c')
 
 build() {
   cd $pkgname-$pkgver
 
   python setup.py build
-
-  make doc
+  python setup.py build_sphinx
 }
 
 package() {
@@ -27,6 +26,5 @@
 
   # Install documentation
   install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
-  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+  cp -r -a --no-preserve=ownership build/sphinx/html 
"$pkgdir"/usr/share/doc/$pkgname
 }

Reply via email to