summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2023-02-01 14:01:59 -0300
committerFilipe Nascimento2023-02-01 14:01:59 -0300
commit79df1851bc16ee64e4d7cea0db4ae1590d1daf42 (patch)
tree084c9ab2a9317c015971c6836601afd3785a3fad /PKGBUILD
parentcb5e64430fc458f693345f626154da500bfcf71b (diff)
downloadaur-79df1851bc16ee64e4d7cea0db4ae1590d1daf42.tar.gz
upgpkg: python-diagrams 0.23.3-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 2de7a7548e6c..817807f1308e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-diagrams
_name=${pkgname//python-}
-pkgver=0.23.1
+pkgver=0.23.3
pkgrel=1
pkgdesc="Diagram as Code for prototyping cloud system architectures"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-graphviz' 'python-jinja')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
"resources.patch")
-sha256sums=('56230633ee70106ecea38b82dc447084a114055feddda6dc18d1faa1b96f0049'
+sha256sums=('543c707c36a2c896dfdf8f23e993a9c7ae48bb1a667f6baf19151eb98e57a134'
'a32edb9d779f786fd02632d95cdd0b22a45e3e845b3c63e8c9ab2491b6396732')
prepare() {