summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1fa6fabc640..8a9bbe2c08cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-dictdiffer
pkgdesc = Dictdiffer is a library that helps you to diff and patch dictionaries
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/inveniosoftware/dictdiffer
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-pip
+ makedepends = binutils
depends = python
source = https://files.pythonhosted.org/packages/source/d/dictdiffer/dictdiffer-0.8.1.tar.gz
md5sums = 3185fe683d976282bf6313de14b7c7e9
diff --git a/PKGBUILD b/PKGBUILD
index 7913ac5c1a79..dfd5ac2e67c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: SZanko <szanko at protonmail dot com>
pkgname=python-dictdiffer
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Dictdiffer is a library that helps you to diff and patch dictionaries"
url="https://github.com/inveniosoftware/dictdiffer"
license=('MIT')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
arch=('any')
-makedepends=('python-setuptools')
+makedepends=(
+ 'python-setuptools'
+ 'python-pip'
+ 'binutils'
+)
depends=('python')
md5sums=('3185fe683d976282bf6313de14b7c7e9')