summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSZanko2021-07-22 15:51:31 +0200
committerSZanko2021-07-22 15:51:31 +0200
commit54bf100738847e2b810a7e9ba2822370d312a1e2 (patch)
tree3ec6449473014c4306ee1b3e8b457818930e7cc3
parent44f72e867b283bfbc89449dbdfc4bc2b9a718a78 (diff)
downloadaur-python-dictdiffer.tar.gz
Updated to Version 0.9.0
Signed-off-by: SZanko <szanko@protonmail.com>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9bbe2c08cb..0601d160b040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dictdiffer
pkgdesc = Dictdiffer is a library that helps you to diff and patch dictionaries
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/inveniosoftware/dictdiffer
arch = any
license = MIT
@@ -9,8 +9,7 @@ pkgbase = python-dictdiffer
makedepends = python-pip
makedepends = binutils
depends = python
- source = https://files.pythonhosted.org/packages/source/d/dictdiffer/dictdiffer-0.8.1.tar.gz
- md5sums = 3185fe683d976282bf6313de14b7c7e9
+ source = https://files.pythonhosted.org/packages/source/d/dictdiffer/dictdiffer-0.9.0.tar.gz
+ md5sums = 524b353b969300d4dc6aa6720c953657
pkgname = python-dictdiffer
-
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"