summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f7708a04dd2..a6f8b8f9a579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Echizen Ryoma <echizenryoma.zhang@gmail.com>
pkgname=opensnitch
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc='GNU/Linux port of the Little Snitch application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -10,12 +10,10 @@ url='https://github.com/evilsocket/opensnitch'
license=('GPL3')
depends=(
'libnetfilter_queue'
- 'libpcap'
'python-grpcio'
'python-protobuf'
'python-slugify'
'python-pyqt5'
- 'abseil-cpp'
'python-pyinotify'
'python-notify2'
)
@@ -41,7 +39,7 @@ source=(
"$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
)
sha512sums=(
- '77ad266dd3531f576e2b10aff5bcfa724c4e7b90d8b9deb01d7bdf24c728f32c9a7d16eaa91954177a3717fbebc8b1524cf975ae899c2d703ccaba4ac4b86c19'
+ '26cd48af5867dbf905d742819bab3632e5d7b2df25661088d3c38e4db3641ecd79fb70e03f99a5ca74149926feb40935fa3ded586a49695bb2bad948a2c823e9'
)
prepare() {