summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorifdog2021-10-13 09:25:53 +0800
committerifdog2021-10-13 09:25:53 +0800
commitdf96ae84b9900767ee60a67bbedc87e3f73398f3 (patch)
treee532035292a4fdee729b29c50a3881a88330d06c
parent63e43788d615da599b3ae2830e41db0f0b8d49ec (diff)
downloadaur-df96ae84b9900767ee60a67bbedc87e3f73398f3.tar.gz
fix
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80779f68ead3..1722cf14f98b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: ifdog <aur@ifdog.com>
pkgname=trojan-go-bin
pkgver=0.10.6
-pkgrel=1
+pkgrel=2
pkgdesc="A Trojan proxy written in Go."
arch=('x86_64')
url="https://github.com/p4gefau1t/trojan-go"
license=('GPL3')
-depends=('git')
optdepends=('sudo')
provides=('trojan-go')
conflicts=('trojan-go-git')
-backup=('etc/trojan-go/client.json')
+backup=('etc/trojan-go/config.json')
source=("https://github.com/p4gefau1t/trojan-go/releases/download/v${pkgver}/trojan-go-linux-amd64.zip")
sha256sums=('764480722783a6d76ed8401f6d2f1d87d8df7e60bf261f69c67eb94b77e732af')