summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyli0x2020-09-10 19:23:10 -0400
committerkyli0x2020-09-10 19:23:10 -0400
commit5cfebb4a0125e223920df4df6d751da5472423b3 (patch)
tree5cb0ae101a4479fd4ab64ad22aa5215219ad0936 /PKGBUILD
parentf1e4aac5557f388801dfc3c8af623885d98c1429 (diff)
downloadaur-kurcoder-git.tar.gz
added ipcalc & git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c517589fd017..763c783b769d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Toolkit for encoding, decoding, checksums, hex conversions & IP calcula
arch=('any')
url="https://github.com/0xkurome/kurcoder"
license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python' 'python-ipcalc')
+makedepends=('git' 'python-setuptools')
conflicts=(kurcoder)
source=("git+$url")
md5sums=('SKIP')