summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kescher2021-09-22 11:06:27 +0200
committerJeremy Kescher2021-09-22 11:06:27 +0200
commit5732babf6094339f9638179719e6688b4a89a848 (patch)
tree16bebe0f8065e92bfdffbc9f987f66822fc47393
parent011220a1ef4690e4681fd91c94ab9b2059a44b12 (diff)
downloadaur-5732babf6094339f9638179719e6688b4a89a848.tar.gz
remove git from makedeps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd55c4820ad..97d340ce861b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = hellpot
arch = aarch64
license = MIT
makedepends = go
- makedepends = git
provides = hellpot
conflicts = hellpot
backup = etc/hellpot/config.toml
diff --git a/PKGBUILD b/PKGBUILD
index 32c8a7ef4fa3..0c79f569afd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,7 @@ pkgdesc="An endless honeypot that sends bots to hell."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/yunginnanet/HellPot"
license=('MIT')
-makedepends=(
- 'go'
- 'git'
-)
+makedepends=('go')
provides=('hellpot')
conflicts=('hellpot')
source=(