summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrabvk2021-06-03 01:51:32 +0500
committercrabvk2021-06-03 01:51:32 +0500
commit16780858c27ba562c8ae7ce6ba1bdb7ddd249fd7 (patch)
tree1f19692fe74ad6ac4c2c7b39134241e8d4ff905f /PKGBUILD
parent1724e0eeada222675379d1a9c3184123a2ea38f9 (diff)
downloadaur-16780858c27ba562c8ae7ce6ba1bdb7ddd249fd7.tar.gz
Add abseil-cpp to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a43a7c2a0b57..7d74cafad440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Vyacheslav Konovalov <f4f7l1hvr@relay.firefox.com>
+# Maintainer: Vyacheslav Konovalov <🦀vk@protonmail.com>
pkgname=opensnitch
pkgver=1.3.6
-pkgrel=2
+pkgrel=3
pkgdesc='GNU/Linux port of the Little Snitch application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/evilsocket/opensnitch'
license=('GPL3')
depends=(
'libnetfilter_queue' 'libpcap' 'python-grpcio' 'python-protobuf'
- 'python-pyinotify' 'python-slugify' 'python-pyqt5'
+ 'python-pyinotify' 'python-slugify' 'python-pyqt5' 'abseil-cpp'
)
makedepends=('go' 'python-setuptools' 'python-grpcio-tools')
optdepends=('logrotate: for logfile rotation support')