[arch-commits] Commit in clash/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 16 17:15:08 UTC 2022


    Date: Wednesday, March 16, 2022 @ 17:15:07
  Author: felixonmars
Revision: 1155529

upgpkg: clash 1.9.0-1

Modified:
  clash/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-16 17:13:32 UTC (rev 1155528)
+++ PKGBUILD	2022-03-16 17:15:07 UTC (rev 1155529)
@@ -3,20 +3,21 @@
 # Contributor: Luke Yue <lukedyue at gmail.com>
 
 pkgname=clash
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A rule based proxy in Go"
 arch=('x86_64')
 url="https://github.com/Dreamacro/clash"
 license=('GPL3')
+options=('!lto')
+depends=('glibc')
 makedepends=('go' 'git')
-depends=('glibc')
 source=("clash at .service"
         "clash_user.service"
         "${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz")
 sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
             '3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
-            '7da78efaad5f18905bf3be719172cf6270de21c0dfe81fb1d0b918e3c35bf3433595467a3fb28e4d6508b7fa027a18fa2a1356aa0aaa0bef26aaee04ba61aee6')
+            'e9cc5d043d118a4fac5f4ba0eb9769ed7659d8ab14d416988b8d58b2f2f68d437f0dccb6fee78ebc911d956f8a407895203ffe3fe3c34e4defdb9586cd197b1d')
 
 build() {
     export CGO_CPPFLAGS="${CPPFLAGS}"



More information about the arch-commits mailing list