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

George Rawlinson grawlinson at gemini.archlinux.org
Fri Jun 10 08:11:55 UTC 2022


    Date: Friday, June 10, 2022 @ 08:11:54
  Author: grawlinson
Revision: 1229935

upgpkg: sqlc 1.14.0-1

* New upstream release.
* Skip tests that require a full-blown SQL setup.

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 07:28:47 UTC (rev 1229934)
+++ PKGBUILD	2022-06-10 08:11:54 UTC (rev 1229935)
@@ -2,8 +2,8 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='Compile SQL to type-safe Go'
 arch=('x86_64')
 url='https://sqlc.dev'
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='e7aa4bd581b1c24f27b61dbed8018f4f7af5d3fc'
+_commit='d20ca82f645f81522d55d8043a245edf00eee691'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit")
 b2sums=('SKIP')
 
@@ -30,6 +30,7 @@
   # download dependencies
   go mod download
 }
+
 build() {
   cd "$pkgname"
 
@@ -56,6 +57,10 @@
 
 check() {
   cd "$pkgname"
+
+  # skip internal/endtoend
+  rm -f internal/endtoend/endtoend_test.go
+
   go test -v ./...
 }
 



More information about the arch-commits mailing list