George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / zk


Commits:
cb9693c3 by George Hu at 2026-06-30T21:20:06+12:00
Remove vendored libsqlite3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -7,9 +7,11 @@ pkgbase = zk
        license = GPL-3.0-only
        makedepends = git
        makedepends = go
+       depends = sqlite
        source = zk::git+https://github.com/zk-org/zk.git#tag=v0.15.5
        sha512sums = 
ff219ba8136436669e5b0deedb615341a4b485b2dd3242e8473d109aa7fb54838503598e15a143938bed51d88afbfe31dbf65f4f029d3f7d09fd333cf60d347b
        b2sums = 
be13d4eef230d49c0959752d862c1e8aa7848f164a62415b5273362e9a84ccc7de2842577f8fea9a95dcaf91e55e1c34073792ed50183142ff0771bbd02bd83c
 
 pkgname = zk
+       depends = sqlite
        depends = glibc


=====================================
PKGBUILD
=====================================
@@ -8,6 +8,7 @@ pkgdesc='A command-line tool helping you to maintain a 
Zettelkasten or personal
 arch=(x86_64)
 url='https://github.com/zk-org/zk'
 license=(GPL-3.0-only)
+depends=(sqlite)
 makedepends=(git go)
 source=("$pkgname::git+$url.git#tag=v$pkgver")
 
sha512sums=('ff219ba8136436669e5b0deedb615341a4b485b2dd3242e8473d109aa7fb54838503598e15a143938bed51d88afbfe31dbf65f4f029d3f7d09fd333cf60d347b')
@@ -41,14 +42,14 @@ build() {
     -extldflags '${LDFLAGS}' \
     -X main.Version=$(git describe --tags HEAD) \
     -X main.Build=$(git rev-parse --short HEAD)" \
-    -tags "fts5" \
+    -tags "fts5 libsqlite3" \
     -o build \
     .
 }
 
 check() {
   cd "$pkgname"
-  go test -v -race -tags "fts5" ./...
+  go test -v -race -tags "fts5 libsqlite3" ./...
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zk/-/commit/cb9693c3751f0d67c764e33c739e974a8eaa23ae

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zk/-/commit/cb9693c3751f0d67c764e33c739e974a8eaa23ae
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to