Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / skopeo
Commits: 257ae010 by George Hu at 2026-03-05T15:56:14+08:00 Remove vendored libsqlite3 Link against the system-provided `libsqlite3` instead of the bundled copy. - - - - - 4fed365d by Morten Linderud at 2026-06-30T00:08:21+02:00 Merge remote-tracking branch 'origin/merge-requests/1' * origin/merge-requests/1: Remove vendored libsqlite3 Signed-off-by: Morten Linderud <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -13,6 +13,7 @@ pkgbase = skopeo depends = gpgme depends = device-mapper depends = containers-common + depends = sqlite source = git+https://github.com/containers/skopeo#tag=v1.23.0 sha256sums = 56862a15770c55457ecd31164bdf264d1cb66aa181d144cbdaf976543c949e6c ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgdesc='A command line utility for various operations on container images and i arch=(x86_64) url='https://github.com/containers/skopeo' license=(Apache-2.0) -depends=(gpgme device-mapper containers-common) +depends=(gpgme device-mapper containers-common sqlite) makedepends=(go go-md2man btrfs-progs git systemd) source=(git+$url#tag=v$pkgver) sha256sums=('56862a15770c55457ecd31164bdf264d1cb66aa181d144cbdaf976543c949e6c') @@ -25,7 +25,7 @@ build() { export CGO_CFLAGS="${CFLAGS}" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" - make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" BUILDTAGS='containers_image_ostree_stub' + make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" BUILDTAGS='containers_image_ostree_stub libsqlite3' make docs } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/compare/95c372d9dacfab82b4f7f8fe5da2850afa018b38...4fed365d2fe3a30eeda4b78aec57d87975d3aa53 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/compare/95c372d9dacfab82b4f7f8fe5da2850afa018b38...4fed365d2fe3a30eeda4b78aec57d87975d3aa53 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
