summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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')