summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarfin2022-03-01 00:03:47 +0330
committerbarfin2022-03-01 00:03:47 +0330
commit24422cd41e4aadd32676206159b699d6598c98fa (patch)
tree61092bbf33c71cb570e0f9bd099a91dadca1ae82
parent232de3fbaf5f2bc8555e38591bd6ca1ce0af2afa (diff)
downloadaur-24422cd41e4aadd32676206159b699d6598c98fa.tar.gz
1.8.3 update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 20 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e5ad47f464c..483699a6e833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,3 +15,19 @@ pkgbase = green-tunnel-bin
pkgname = green-tunnel-bin
+pkgbase = green-tunnel-bin
+ pkgdesc = An anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites
+ pkgver = 1.8.3
+ pkgrel = 1
+ url = https://github.com/SadeghHayeri/GreenTunnel
+ arch = x86_64
+ license = MIT
+ makedepends = tar
+ depends = nss
+ depends = gtk3
+ depends = libxss
+ provides = green-tunnel
+ source = green-tunnel-bin-1.8.3.zip::https://github.com/SadeghHayeri/GreenTunnel/releases/download/v1.8.3/green-tunnel-debian.zip
+ sha256sums = d00a6f4e43993a4b8c96546a3a8afbe04a5d11d0d65ab9dcc5137b0b6857f3dc
+
+pkgname = green-tunnel-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc7e007d65e7..87feac6e6ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: Barfin
pkgname=green-tunnel-bin
-pkgver=1.7.4
+pkgver=1.8.3
pkgrel=1
pkgdesc='An anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites'
arch=('x86_64')
@@ -13,11 +13,11 @@ depends=('nss'
'libxss')
makedepends=('tar')
source=("${pkgname}-${pkgver}.zip::https://github.com/SadeghHayeri/GreenTunnel/releases/download/v${pkgver}/green-tunnel-debian.zip")
-sha256sums=('9b7da96908ead5252f233713c16967ddcc3a6eff0282a43cf91e5e623c596b6c')
+sha256sums=('d00a6f4e43993a4b8c96546a3a8afbe04a5d11d0d65ab9dcc5137b0b6857f3dc')
package() {
ar x green-tunnel_${pkgver}_amd64.deb
tar xvf data.tar.xz -C "${pkgdir}/"
install -Dm644 "${pkgdir}/usr/share/doc/green-tunnel/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -rf "${pkgdir}/usr/share/doc/"
-} \ No newline at end of file
+}