summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kubosz2019-05-11 21:42:07 +0200
committerRobert Kubosz2019-05-11 21:42:07 +0200
commit3fc60d6cc5305589cfbd9aeb9fcd1aeef0f5b7f3 (patch)
treeaa85b92aa98ecf5d3158ed216544541e75dbdd39
parent4979a3a57279242e9a40b0c04e54e11fa0c75edb (diff)
downloadaur-3fc60d6cc5305589cfbd9aeb9fcd1aeef0f5b7f3.tar.gz
bump version 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8d86a0d4e3..5ee4c53f9cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uqbar
pkgdesc = Tools for building documentation with Sphinx, Graphviz and LaTeX
- pkgver = 0.2.15
+ pkgver = 0.3.2
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.2.15.tar.gz
- sha256sums = 292a8f10f5f7dbc33eb94b242640582dee069b8c8a19fcf70a728a8945161f90
+ source = https://github.com/josiah-wolf-oberholtzer/uqbar/archive/v0.3.2.tar.gz
+ sha256sums = 5598e79d32bc284405df1fd3b3fe976cdbd108d200cb0223450b614e25a51b0e
pkgname = python-uqbar
diff --git a/PKGBUILD b/PKGBUILD
index bf9e7fb39640..0ce90b533966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robert Kubosz <kubosz.robert@gmail.com>
pkgname=python-uqbar
-pkgver=0.2.15
+pkgver=0.3.2
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=("292a8f10f5f7dbc33eb94b242640582dee069b8c8a19fcf70a728a8945161f90")
+sha256sums=('5598e79d32bc284405df1fd3b3fe976cdbd108d200cb0223450b614e25a51b0e')
build() {
cd $srcdir/uqbar-$pkgver