[arch-commits] Commit in brook/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Feb 22 15:51:40 UTC 2022
Date: Tuesday, February 22, 2022 @ 15:51:40
Author: felixonmars
Revision: 1135871
upgpkg: brook 20210616-1
Modified:
brook/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-22 15:48:12 UTC (rev 1135870)
+++ PKGBUILD 2022-02-22 15:51:40 UTC (rev 1135871)
@@ -2,16 +2,17 @@
# Contributor: Kasei Wang <cnsdwpc at gmail.com>
pkgname=brook
-pkgver=20210601
+pkgver=20210616
pkgrel=1
pkgdesc="A cross-platform proxy/vpn software"
arch=('x86_64')
url="https://github.com/txthinking/brook"
license=('GPL')
+options=('!lto')
depends=('glibc')
makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz")
-sha512sums=('7990735f08d917bc18c13eb918205ea4643e4d8c563aeed4547cf7df7cb51e09085717c5b26b1e254133bda4db35d7bd7fbf75bcf75b3b6ef4cbb62e86d4a473')
+source=("https://github.com/txthinking/brook/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0af9f2c75307609cc730d9941c9a94b87ac197b439a2132a1b23d7fc4fc073e66ae4a82d75e104e8d0447fd525a856704fc29844a12350020ac8fbbc618bf9bc')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
More information about the arch-commits
mailing list