summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d2398f8451a..1eadb9d6a66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _py="python"
_eggname="arpreq"
pkgname=${_py}-${_eggname}
pkgver=0.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="Python C extension to query the Kernel ARP cache for the MAC address of a given IP address."
arch=('any')
url="https://pypi.python.org/pypi/arpreq/"
license=('MIT')
depends=("${_py}")
-makedepends=("${_py}-setuptools" "${_py}-wheel")
+makedepends=("${_py}-setuptools" "${_py}-wheel" "${_py}-pip")
options=(!emptydirs)
source=(${_eggname}-${pkgver}.tar.gz::https://github.com/sebschrader/${pkgname}/archive/v${pkgver}.tar.gz)
provides=('python-arpreq')