Date: Friday, February 3, 2023 @ 01:20:39
  Author: grawlinson
Revision: 1392123

upgpkg: dbmate 1.16.2-1; new upstream release

* New upstream release.
* Enable debug package.

Modified:
  dbmate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-03 01:19:17 UTC (rev 1392122)
+++ PKGBUILD    2023-02-03 01:20:39 UTC (rev 1392123)
@@ -2,7 +2,7 @@
 # Contributor: Marco A Rojas <[email protected]>
 
 pkgname=dbmate
-pkgver=1.16.0
+pkgver=1.16.2
 pkgrel=1
 pkgdesc='A lightweight, framework-agnostic database migration tool'
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'sqlite: for local SQLite instance'
 )
 options=('!lto')
-_commit='649e03f59925de17177b3aa966418c60e2cf65bc'
+_commit='74bf9fc09c346d56ea3ac175fed0de98dea017b5'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 
@@ -42,13 +42,15 @@
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPATH="${srcdir}"
 
   go build -v \
-    -trimpath \
     -buildmode=pie \
     -mod=readonly \
     -modcacherw \
-    -ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+    -ldflags "-compressdwarf=false \
+    -linkmode external \
+    -extldflags ${LDFLAGS}" \
     -o build \
     .
 }

Reply via email to