summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyli0x2020-09-10 19:23:10 -0400
committerkyli0x2020-09-10 19:23:10 -0400
commit5cfebb4a0125e223920df4df6d751da5472423b3 (patch)
tree5cb0ae101a4479fd4ab64ad22aa5215219ad0936
parentf1e4aac5557f388801dfc3c8af623885d98c1429 (diff)
downloadaur-kurcoder-git.tar.gz
added ipcalc & git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfae3f34d709..aa446f3795b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = kurcoder-git
pkgdesc = Toolkit for encoding, decoding, checksums, hex conversions & IP calculations
- pkgver = 0.0.1.r33.g37067db
+ pkgver = 0.0.1.r36.g2572458
pkgrel = 1
url = https://github.com/0xkurome/kurcoder
arch = any
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python
+ depends = python-ipcalc
conflicts = kurcoder
source = git+https://github.com/0xkurome/kurcoder
md5sums = SKIP
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')