summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Konovalov2020-12-05 08:44:12 +0500
committerVyacheslav Konovalov2020-12-05 08:44:12 +0500
commit72d604c564eb8e69e811ae9cfc3b60b912f7f551 (patch)
tree9fe66c10a7eb51167e0ffe4f71681b79b7299c2b
parentb7b8cb284b5c3b4b6bcdd8460f0719bf8ee78e5f (diff)
downloadaur-72d604c564eb8e69e811ae9cfc3b60b912f7f551.tar.gz
Remove git from makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e01b7ec1d267..43ec1232354a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = opensnitch
arch = armv7h
arch = aarch64
license = GPL3
- makedepends = git
makedepends = go
makedepends = python-setuptools
makedepends = python-grpcio-tools
diff --git a/PKGBUILD b/PKGBUILD
index cb11f4e4d7df..f96f33b6fd5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='GNU/Linux application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/gustavo-iniguez-goya/opensnitch'
license=('GPL3')
-makedepends=('git' 'go' 'python-setuptools' 'python-grpcio-tools')
+makedepends=('go' 'python-setuptools' 'python-grpcio-tools')
depends=('libnetfilter_queue' 'libpcap' 'python-grpcio' 'python-protobuf'
'python-pyinotify' 'python-slugify' 'python-pyqt5')
optdepends=('logrotate: for logfile rotation support')