summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kubosz2019-12-21 01:40:10 +0100
committerRobert Kubosz2019-12-21 01:40:10 +0100
commita940884164431266e9e3045a8bdb1e62e8e8cffb (patch)
treec08e7574f4e6f614ac3df3ecadc8373b0ee479f5
parent3fc60d6cc5305589cfbd9aeb9fcd1aeef0f5b7f3 (diff)
downloadaur-a940884164431266e9e3045a8bdb1e62e8e8cffb.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ee4c53f9cfb..54fffa637862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uqbar
pkgdesc = Tools for building documentation with Sphinx, Graphviz and LaTeX
- pkgver = 0.3.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/josiah-wolf-oberholtzer/uqbar
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-uqbar
depends = python-unidecode
depends = python-sphinx_rtd_theme
depends = python-sphinx-autodoc-typehints
- source = https://github.com/josiah-wolf-oberholtzer/uqbar/archive/v0.3.2.tar.gz
- sha256sums = 5598e79d32bc284405df1fd3b3fe976cdbd108d200cb0223450b614e25a51b0e
+ source = https://github.com/josiah-wolf-oberholtzer/uqbar/archive/v0.4.3.tar.gz
+ sha256sums = e0c5b549d6cab3a74b6f3b1264ef06ce42824462a167403c9950bba643d97d9b
pkgname = python-uqbar
diff --git a/PKGBUILD b/PKGBUILD
index 0ce90b533966..a286aadf7dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Kubosz <kubosz.robert@gmail.com>
pkgname=python-uqbar
-pkgver=0.3.2
+pkgver=0.4.3
pkgrel=1
pkgdesc='Tools for building documentation with Sphinx, Graphviz and LaTeX'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
'python-sphinx-autodoc-typehints'
)
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('5598e79d32bc284405df1fd3b3fe976cdbd108d200cb0223450b614e25a51b0e')
+sha256sums=('e0c5b549d6cab3a74b6f3b1264ef06ce42824462a167403c9950bba643d97d9b')
build() {
cd $srcdir/uqbar-$pkgver