python-sphinx-lv2-theme: update to 1.4.0

This commit is contained in:
Biswapriyo Nath
2023-05-18 23:06:20 +05:30
parent 55c232f0e8
commit 82fee00cc6

View File

@@ -2,7 +2,7 @@
_realname=python-sphinx-lv2-theme
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.2.2
pkgver=1.4.0
pkgrel=1
pkgdesc="A minimal static theme for Sphinx (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
)
depends=("${MINGW_PACKAGE_PREFIX}-python-sphinx")
source=("https://files.pythonhosted.org/packages/source/s/sphinx_lv2_theme/sphinx_lv2_theme-${pkgver}.tar.gz")
sha256sums=('775ffdfccf7df1e743f6cf9e8c57fa8668c23e2b7afaa2171771eb70289c82ea')
sha256sums=('68834c4ff84da0e60e2fa8ebe87e83ceb8e5f5ad407d706d3b0e88c6958a92e5')
build() {
[[ -d "build-${MSYSTEM}" ]] && rm -rf "build-${MSYSTEM}"
@@ -42,4 +42,4 @@ package() {
install -vDm 644 ${srcdir}/sphinx_lv2_theme-${pkgver}/LICENSE -t "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/"
install -vDm 644 ${srcdir}/sphinx_lv2_theme-${pkgver}/{NEWS,README.md} -t "${pkgdir}${MINGW_PREFIX}/share/doc/${_realname}/"
}
}