git » python-sphinx-lv2-theme.git » commit ba18b17

Upgrade to 1.4.0.

author David Runge
2023-05-14 21:13:14 UTC
committer David Runge
2023-05-14 21:13:14 UTC
parent 18c8cab9215a18b3356d79facfeb2ce25cdfb256

Upgrade to 1.4.0.

PKGBUILD +14 -6

diff --git a/PKGBUILD b/PKGBUILD
index c8f72e2..135c435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,25 @@
 
 _name=sphinx_lv2_theme
 pkgname=python-sphinx-lv2-theme
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A minimal static theme for Sphinx"
 arch=(any)
 url="https://gitlab.com/lv2/sphinx_lv2_theme"
 license=(ISC)
-depends=(python-sphinx)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+depends=(
+  python
+  python-sphinx
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('775ffdfccf7df1e743f6cf9e8c57fa8668c23e2b7afaa2171771eb70289c82ea')
-b2sums=('9e1b17dc75b26e815f1480cd84d998a97bd38d9fc0aa97dde8049849d7ba8252160530b10d5576bd95e83afb0ee508f7711f72fcf58a6e90b2339842c432ee6d')
+sha256sums=('68834c4ff84da0e60e2fa8ebe87e83ceb8e5f5ad407d706d3b0e88c6958a92e5')
+b2sums=('aa704fc220dd042467a4ab63e2e556d1b8f50bc60a6f1c367e9acbde3f664300d7ace89f5c56862b0a4339c8e0aafd744c693864c6059d47ef08c1a7dc1857b8')
 
 build() {
   cd $_name-$pkgver