summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-09-19 18:42:13 -0400
committerPatrick Northon2023-09-19 18:42:13 -0400
commit4fb0420b931070b3c8355f07b76fc2d43f5e6f85 (patch)
tree32150b0514eb54c44f34771a28b30ef40a5d93d5
parentea279a32a35685862fae4d06cf4de29726521364 (diff)
downloadaur-python-sphinx_rtd_dark_mode.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a343cb481500..e675dfe69c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx_rtd_dark_mode
pkgdesc = Adds a toggleable dark mode to the Read the Docs theme.
- pkgver = 1.2.4
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/MrDogeBro/sphinx_rtd_dark_mode
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-sphinx_rtd_dark_mode
makedepends = python-installer
makedepends = python-wheel
depends = python-sphinx_rtd_theme
- source = python-sphinx_rtd_dark_mode-1.2.4.tar.gz::https://github.com/MrDogeBro/sphinx_rtd_dark_mode/archive/refs/tags/v1.2.4.tar.gz
- b2sums = 7aa68205af0578b841d35e7d7ccc8278060eafa13a598889dde6e75c3b27f606ffd7eac0c4bcc946b7e83bd2099e83c5b212768f230cabfcc6a8a0248b8f8ebc
+ source = python-sphinx_rtd_dark_mode-1.3.0.tar.gz::https://github.com/MrDogeBro/sphinx_rtd_dark_mode/archive/refs/tags/v1.3.0.tar.gz
+ b2sums = 2e7dffcd02dfc4103f7069a65b569a3d2f2f7ec5b51384afe8c04753124a096fd713f04db9e4afbd20cfdc6a187df02b10ff2b802f51cd9d54c305c4aad507b7
pkgname = python-sphinx_rtd_dark_mode
diff --git a/PKGBUILD b/PKGBUILD
index b7ae37f156dd..a023bf1cb15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=python-sphinx_rtd_dark_mode
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc='Adds a toggleable dark mode to the Read the Docs theme.'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-sphinx_rtd_theme')
makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('7aa68205af0578b841d35e7d7ccc8278060eafa13a598889dde6e75c3b27f606ffd7eac0c4bcc946b7e83bd2099e83c5b212768f230cabfcc6a8a0248b8f8ebc')
+b2sums=('2e7dffcd02dfc4103f7069a65b569a3d2f2f7ec5b51384afe8c04753124a096fd713f04db9e4afbd20cfdc6a187df02b10ff2b802f51cd9d54c305c4aad507b7')
_srcdir="sphinx_rtd_dark_mode-${pkgver}"
build() {