summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2024-02-22 10:47:56 +0530
committerAseem Athale2024-02-22 10:47:56 +0530
commit26238e324cd65524f72c26b5455cd18491eff431 (patch)
treeff2be6bd990fa21bbb2be5bc099630f218d4bc3f /PKGBUILD
parenta929d5c13ce85c0a5bd73077bacdc900a215c1ea (diff)
downloadaur-green-tunnel-bin.tar.gz
green-tunnel-bin: Add conflicts with source-built package 'green-tunnel'
from the AUR. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25752f46c4fe..ce25f78870d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
_base=green-tunnel
pkgname=${_base}-bin
pkgver=1.8.3
-pkgrel=4
+pkgrel=5
pkgdesc="Anti-censorship utility that bypasses ISPs' deep packet inspection"
arch=('x86_64')
url="https://github.com/SadeghHayeri/GreenTunnel"
license=('MIT')
provides=('green-tunnel')
+conflicts=('green-tunnel')
depends=('nss' 'gtk3' 'libxss')
options=('!emptydirs')
source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/$_base-debian.zip")