Date: Tuesday, April 4, 2023 @ 22:32:10
  Author: grawlinson
Revision: 1435256

upgpkg: gum 0.10.0-1; new upstream release

Modified:
  gum/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 22:28:47 UTC (rev 1435255)
+++ PKGBUILD    2023-04-04 22:32:10 UTC (rev 1435256)
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=gum
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='A tool for glamorous shell scripts'
 arch=('x86_64')
 url='https://github.com/charmbracelet/gum'
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='832c4fc917a0d247a65887940117ba848ad474f5'
+_commit='0f0f8e91899ac7a7aa2996623f979dfe6bbc5940'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 
@@ -27,6 +27,7 @@
   mkdir build
 
   # download dependencies
+  export GOPATH="${srcdir}"
   go mod download
 }
 

Reply via email to