summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSZanko2021-07-22 15:51:31 +0200
committerSZanko2021-07-22 15:51:31 +0200
commit54bf100738847e2b810a7e9ba2822370d312a1e2 (patch)
tree3ec6449473014c4306ee1b3e8b457818930e7cc3 /PKGBUILD
parent44f72e867b283bfbc89449dbdfc4bc2b9a718a78 (diff)
downloadaur-python-dictdiffer.tar.gz
Updated to Version 0.9.0
Signed-off-by: SZanko <szanko@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfd5ac2e67c1..3ba5d834e731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SZanko <szanko at protonmail dot com>
pkgname=python-dictdiffer
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc="Dictdiffer is a library that helps you to diff and patch dictionaries"
url="https://github.com/inveniosoftware/dictdiffer"
license=('MIT')
@@ -14,7 +14,7 @@ makedepends=(
'binutils'
)
depends=('python')
-md5sums=('3185fe683d976282bf6313de14b7c7e9')
+md5sums=('524b353b969300d4dc6aa6720c953657')
build() {
cd "$srcdir/$_name-$pkgver"