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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 24 03:21:55 UTC 2022


    Date: Sunday, April 24, 2022 @ 03:21:54
  Author: felixonmars
Revision: 1189497

upgpkg: glider 0.16.1-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 03:19:47 UTC (rev 1189496)
+++ PKGBUILD	2022-04-24 03:21:54 UTC (rev 1189497)
@@ -2,16 +2,17 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=glider
-pkgver=0.15.3
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('x86_64')
 url="https://github.com/nadoo/glider"
 license=('GPL')
+options=('!lto')
 depends=('glibc')
 makedepends=('go' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz")
-sha512sums=('0c3c11e2ee6cb80fce2bdaf66e79daa695ec04cba192856eb5c01464080cac804e3464b14390e1e7e210828dfce29caed8907b20dc8d2f69c2201f19e5d751d3')
+sha512sums=('02b46e8e8411d215f05a16a616a4d78da4b4e1e7964ee86b5d8ae4fee02a39e84993c94c7b1754d91544877c152e4e391192d2bcac7cdc5c51b4ca0c7998a080')
 
 build() {
   cd glider-$pkgver
@@ -20,7 +21,6 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   go build -o glider .
-
 }
 
 check(){



More information about the arch-commits mailing list