summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a7728420916..8135264057f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall.
pkgver = 20181008.359_c10e7a3
- pkgrel = 2
+ pkgrel = 3
+ url = https://www.opensnitch.io
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8040c620d813..6309958556d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgver=20181008.359_c10e7a3
-pkgrel=2
+pkgrel=3
_pkgname=opensnitch
pkgname=opensnitch-git
arch=('i686' 'x86_64')
license=('GPL')
-pkgdesc="A GNU/Linux port of the Little Snitch application firewall."
+url='https://www.opensnitch.io'
+pkgdesc='A GNU/Linux port of the Little Snitch application firewall.'
makedepends=('git' 'go-pie' 'dep'
'python-setuptools' 'python-pip')
depends=('python-grpcio' 'python-grpcio-tools' 'python-pyinotify'