summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdf83d2b8486..4e5ad47f464c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = green-tunnel-bin
depends = nss
depends = gtk3
depends = libxss
+ provides = green-tunnel
source = green-tunnel-bin-1.7.4.zip::https://github.com/SadeghHayeri/GreenTunnel/releases/download/v1.7.4/green-tunnel-debian.zip
sha256sums = 9b7da96908ead5252f233713c16967ddcc3a6eff0282a43cf91e5e623c596b6c
diff --git a/PKGBUILD b/PKGBUILD
index ae8a990249bc..bc7e007d65e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='An anti-censorship utility designed to bypass the DPI system that is pu
arch=('x86_64')
url="https://github.com/SadeghHayeri/GreenTunnel"
license=('MIT')
+provides=('green-tunnel')
depends=('nss'
'gtk3'
'libxss')