summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyli0x2020-09-09 19:33:31 -0400
committerkyli0x2020-09-09 19:33:31 -0400
commitf188a8d16db37ebe3138cb9f4ae83b3ed3b3de97 (patch)
tree908e27c304bf4a4d4c3537a0f80a20600b92683e
parent9b9726986fdfd0c8f656c6655b0fb14934a2719e (diff)
downloadaur-f188a8d16db37ebe3138cb9f4ae83b3ed3b3de97.tar.gz
initial push
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b040f5be62f1..4ad3c916a278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = kurcoder-git
pkgdesc = Toolkit for encoding, decoding, checksums, hex conversions & IP calculations
pkgver = 0.0.1
pkgrel = 1
- url = https://github.com/0xkurome/kurcoder.git
+ url = https://github.com/0xkurome/kurcoder
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python3
depends = python-pip
- source = git+https://github.com/0xkurome/kurcoder.git
+ source = git+https://github.com/0xkurome/kurcoder
md5sums = SKIP
pkgname = kurcoder-git
diff --git a/PKGBUILD b/PKGBUILD
index cfce54ff7e40..193c878921f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.1
pkgrel=1
pkgdesc="Toolkit for encoding, decoding, checksums, hex conversions & IP calculations"
arch=('any')
-url="https://github.com/0xkurome/kurcoder.git"
+url="https://github.com/0xkurome/kurcoder"
license=('MIT')
depends=('python3' 'python-pip')
makedepends=('git' 'python-setuptools')