* update python-sphinx-autobuild to 2024.10.03-2

This commit is contained in:
Alexander Baldeck 2025-01-07 17:23:23 +01:00
parent fd6938fda3
commit eae8b96197
2 changed files with 9 additions and 8 deletions

View File

@ -1,11 +1,12 @@
pkgbase = python-sphinx-autobuild
pkgdesc = Rebuild Sphinx documentation on changes, with live-reload in the browser
pkgver = 2024.04.13
pkgrel = 3
pkgver = 2024.10.03
pkgrel = 2
url = https://github.com/executablebooks/sphinx-autobuild
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-httpx
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
@ -15,7 +16,7 @@ pkgbase = python-sphinx-autobuild
depends = python-watchfiles
depends = uvicorn
depends = python-starlette
source = python-sphinx-autobuild-2024.04.13.tar.gz::https://github.com/executablebooks/sphinx-autobuild/archive/2024.04.13.tar.gz
sha512sums = 3d444e7e90cd5dfba7fbc252793627c7fef16281888363fb0b881ebdfdb1e0e6fcd6e326d4a396851725180c82e5d9ffb83ab592d21243bb2fd0fdd2015e8e33
source = python-sphinx-autobuild-2024.10.03.tar.gz::https://github.com/executablebooks/sphinx-autobuild/archive/2024.10.03.tar.gz
sha512sums = 5b919dd376cc0c2afc5d8623868e95fa7d0b9a693ea374c9ba7a6511d3bdfbfb5c0960e84d2cc64205588ad2651f80d1183260831f70144796abe17f4c2c87cc
pkgname = python-sphinx-autobuild

View File

@ -3,17 +3,17 @@
_pkgname=sphinx-autobuild
pkgname=python-$_pkgname
pkgver=2024.04.13
pkgrel=3
pkgver=2024.10.03
pkgrel=2
pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the browser'
arch=(any)
url='https://github.com/executablebooks/sphinx-autobuild'
license=('BSD')
depends=('python' 'python-sphinx' 'python-colorama' 'python-watchfiles' 'uvicorn' 'python-starlette')
makedepends=('python-build' 'python-installer' 'python-flit-core')
checkdepends=('python-pytest')
checkdepends=('python-pytest' 'python-httpx')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('3d444e7e90cd5dfba7fbc252793627c7fef16281888363fb0b881ebdfdb1e0e6fcd6e326d4a396851725180c82e5d9ffb83ab592d21243bb2fd0fdd2015e8e33')
sha512sums=('5b919dd376cc0c2afc5d8623868e95fa7d0b9a693ea374c9ba7a6511d3bdfbfb5c0960e84d2cc64205588ad2651f80d1183260831f70144796abe17f4c2c87cc')
build() {
cd $_pkgname-$pkgver