summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-12-17 22:31:45 -0500
committerCarlos Aznarán Laos2022-12-17 22:31:45 -0500
commit1f4171bdc610bf0c64f307789345d366086c7bd8 (patch)
tree3d9178bac8cf21ee4f7f7236d5189ac2a4287b7f
parent31088031a8dd6ea7ef1183ba678ac82675304a5c (diff)
downloadaur-1f4171bdc610bf0c64f307789345d366086c7bd8.tar.gz
Bump version to 1.7.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32e4cb0e7d0e..949aea3e9372 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-dicttoxml
pkgdesc = Converts a Python dictionary or other native data type into a valid XML string
- pkgver = 1.7.4
- pkgrel = 2
+ pkgver = 1.7.15
+ pkgrel = 1
url = https://github.com/quandyfactory/dicttoxml
arch = any
license = GPL
depends = python
- source = https://pypi.org/packages/source/d/dicttoxml/dicttoxml-1.7.4.tar.gz
- sha512sums = 91abcf2b9b248717618e9fc1c8694e881b9deaa16438dd4674f94a22b4aabfdab3b13f95c3d44a60577d49eca82fb268f59b33d1312cf5388bdaf949a2865cbf
+ source = https://pypi.org/packages/source/d/dicttoxml/dicttoxml-1.7.15.tar.gz
+ sha512sums = 0c9ca5381563a145888fd7a2525a1bac6c59453b123194956e354237f9da78668590d10cc87a21e50f1020e8d1bc2dac018be264fb441652b1f74abefc38890c
pkgname = python-dicttoxml
diff --git a/PKGBUILD b/PKGBUILD
index 0eb4d280b452..d75d1b2d00f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_base=dicttoxml
pkgname=python-${_base}
pkgdesc="Converts a Python dictionary or other native data type into a valid XML string"
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.7.15
+pkgrel=1
arch=(any)
url="https://github.com/quandyfactory/${_base}"
license=(GPL)
depends=(python)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('91abcf2b9b248717618e9fc1c8694e881b9deaa16438dd4674f94a22b4aabfdab3b13f95c3d44a60577d49eca82fb268f59b33d1312cf5388bdaf949a2865cbf')
+sha512sums=('0c9ca5381563a145888fd7a2525a1bac6c59453b123194956e354237f9da78668590d10cc87a21e50f1020e8d1bc2dac018be264fb441652b1f74abefc38890c')
build() {
cd ${_base}-${pkgver}