[arch-commits] Commit in clash/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 7 14:39:44 UTC 2020
Date: Saturday, March 7, 2020 @ 14:39:44
Author: felixonmars
Revision: 591174
upgpkg: clash 0.18.0-2 enable PIE
Modified:
clash/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-07 14:38:51 UTC (rev 591173)
+++ PKGBUILD 2020-03-07 14:39:44 UTC (rev 591174)
@@ -4,12 +4,12 @@
pkgname=clash
pkgver=0.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="A rule based proxy in Go"
arch=('x86_64')
url="https://github.com/Dreamacro/clash"
license=('GPL3')
-makedepends=('go' 'git')
+makedepends=('go-pie' 'git')
depends=('glibc')
source=("clash at .service"
"clash_user.service"
More information about the arch-commits
mailing list