summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2023-04-23 09:33:35 +0330
committerMohammadreza Abdollahzadeh2023-04-23 09:33:35 +0330
commitd31eb17064df3253939c2b88de363e71b7cf862b (patch)
tree2ac63b3e50f5f9d1780d3c629d64be0c748bdcae /PKGBUILD
parent6fb4a004ed61c0de629f848ff5a421fc17f0cc90 (diff)
downloadaur-python-sphinx-favicon.tar.gz
upgpkg: python-sphinx-favicon 1.0.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3324a895d7e..535944ebcc49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=python-sphinx-favicon
-pkgver=0.2
+pkgver=1.0.1
pkgrel=1
pkgdesc="A Sphinx extension to add custom favicons."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/tcmetzger/sphinx-favicon"
license=('MIT')
makedepends=(python-build python-installer python-wheel)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5f159df2d84be70c94011c0c22a8ea2ba18b630afa0e3e273bd5dd832685a9ca')
+sha256sums=('6f17726fd8c8fc9e092a2e21244b3ecd4a291a5d5b88cc4d4541732b3cf86c27')
build() {
cd "${pkgname#python-}-${pkgver}"