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

Christian Rebischke shibumi at gemini.archlinux.org
Sun May 15 12:57:27 UTC 2022


    Date: Sunday, May 15, 2022 @ 12:57:26
  Author: shibumi
Revision: 1207394

upgpkg: vals 0.16.2-1

Modified:
  vals/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-15 12:46:45 UTC (rev 1207393)
+++ PKGBUILD	2022-05-15 12:57:26 UTC (rev 1207394)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=vals
-pkgver=0.14.0
+pkgver=0.16.2
 pkgrel=1
 pkgdesc="Helm-like configuration values loader with support for various sources"
 arch=('x86_64')
@@ -10,7 +10,8 @@
 makedepends=('go')
 depends=('glibc')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz")
-sha512sums=('85c6d102b5a0f772f5b24479e79e03d152f764241392098a2cbd731643e814d8ccfa64ea3edaff415488153b46c2ef8eabebf48e24bc709bcaa098d40dc1453b')
+sha512sums=('b52038ca16bc4720010dfba8c17613d706f89d18810a1d0baf95401a80e818beba730875dbc5d787b41d40917812ba8d29e607aaae66c90695d421d781236118')
+options=(!lto)
 
 prepare() {
   export GOPATH="${srcdir}"



More information about the arch-commits mailing list