summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Kubosz2019-12-21 01:40:10 +0100
committerRobert Kubosz2019-12-21 01:40:10 +0100
commita940884164431266e9e3045a8bdb1e62e8e8cffb (patch)
treec08e7574f4e6f614ac3df3ecadc8373b0ee479f5 /PKGBUILD
parent3fc60d6cc5305589cfbd9aeb9fcd1aeef0f5b7f3 (diff)
downloadaur-a940884164431266e9e3045a8bdb1e62e8e8cffb.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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