summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Joram2023-02-26 12:33:40 +0200
committerPhilipp Joram2023-02-26 12:33:40 +0200
commit31f8bfc6e363f4a64ad132df5ae3ea888e6fdd83 (patch)
treed0d96fcce9f5dd7097e2a35c9335a75028f4318d /PKGBUILD
parentbf779b01cd36558cd45e53ada568a13fdd4f410f (diff)
downloadaur-31f8bfc6e363f4a64ad132df5ae3ea888e6fdd83.tar.gz
Update to version 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57ca6b7b4b09..b8bfdc11d9f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-dacite'
_name=${pkgname#python-}
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Simplify creation of data classes (PEP 557) from dictionaries."
url="https://github.com/konradhalas/dacite"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"LICENSE" # License file is not included in PyPI tarball.
)
-sha512sums=('d34b4dfd1192cb285a7cc34da8a87cfda87129db9b3ac026a7ce3dc01d227093b6db920c6eba148fc8a4be1d0fec57f50b117877419419d06264ad1a79ffaa15'
+sha512sums=('7e9ebf7da56aa8e65d5a5f0576a0e268344ee40459bdcde2560d17e90d4b73f660ce9dbec3ab5377100f42a21ad8698019b5b6f4fa03ddcd959af5ebb261b465'
'e6962f48291088edaf156bcb8c3be115e3695c5f90c367e2a60f6061ce8f9be42472be6b4d20b8ecdd610c7143935b9b8e838e2e9236a07c8f706b69fddfa2a7')
build() {