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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Aug 8 02:29:05 UTC 2022


    Date: Monday, August 8, 2022 @ 02:29:04
  Author: grawlinson
Revision: 1260590

upgpkg: sqlc 1.15.0-1; new upstream release

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-08 02:20:07 UTC (rev 1260589)
+++ PKGBUILD	2022-08-08 02:29:04 UTC (rev 1260590)
@@ -2,16 +2,16 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='Compile SQL to type-safe Go'
 arch=('x86_64')
 url='https://sqlc.dev'
 license=('MIT')
-depends=('glibc')
+depends=('glibc' 'gcc-libs')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='d20ca82f645f81522d55d8043a245edf00eee691'
+_commit='61f175806a0c95ed571d2bde62a63b14cf5f01da'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit")
 b2sums=('SKIP')
 



More information about the arch-commits mailing list