George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
sqlc
Commits:
a4c462c4 by George Rawlinson at 2026-02-28T09:19:08+00:00
upgpkg: 1.30.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = sqlc
pkgdesc = Compile SQL to type-safe Go
pkgver = 1.30.0
- pkgrel = 1
+ pkgrel = 2
url = https://sqlc.dev
arch = x86_64
license = MIT
makedepends = git
makedepends = go
depends = glibc
- depends = gcc-libs
options = !lto
source = sqlc::git+https://github.com/sqlc-dev/sqlc.git#tag=v1.30.0
sha512sums =
43219cc4792801dc6ec01231724a3a21d6cc3079bbda0f3e008d246d5265da325d6e88f4d8b589e785c22d49315db2cdf8d1765001a22a2447b0a781fc7fdbb0
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=sqlc
pkgver=1.30.0
-pkgrel=1
+pkgrel=2
pkgdesc='Compile SQL to type-safe Go'
arch=(x86_64)
url='https://sqlc.dev'
license=(MIT)
-depends=(glibc gcc-libs)
+depends=(glibc)
makedepends=(git go)
options=(!lto)
source=("$pkgname::git+https://github.com/sqlc-dev/sqlc.git#tag=v$pkgver")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlc/-/commit/a4c462c43c0b8aa52ea718659eddec34467cbf42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlc/-/commit/a4c462c43c0b8aa52ea718659eddec34467cbf42
You're receiving this email because of your account on gitlab.archlinux.org.