Date: Monday, April 10, 2023 @ 07:22:40
  Author: grawlinson
Revision: 1443784

upgpkg: soft-serve 0.4.7-1; new upstream release

Modified:
  soft-serve/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 07:22:26 UTC (rev 1443783)
+++ PKGBUILD    2023-04-10 07:22:40 UTC (rev 1443784)
@@ -2,7 +2,7 @@
 # Contributor: Christian Muehlhaeuser <muesli at gmail dot com>
 
 pkgname=soft-serve
-pkgver=0.4.5
+pkgver=0.4.7
 pkgrel=1
 pkgdesc='A self-hosted Git server for the command line'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go')
 backup=('etc/soft-serve.conf')
 options=('!lto')
-_commit='f227b4c3e8e700de5f33246f9aab6a2f313d022c'
+_commit='5149978832d379c611b81cc0e6e029bb17469bb6'
 source=(
   "git+$url.git#commit=$_commit"
   'soft-serve.conf'
@@ -44,6 +44,7 @@
   mkdir build
 
   # download dependencies
+  export GOPATH="${srcdir}"
   go mod download
 }
 

Reply via email to