Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ pack-cli
Commits:
ebdae269 by Leonidas Spyropoulos at 2024-11-06T10:36:40+00:00
upgpkg: 0.35.1-2: rebuild to set executable target
Closes: #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pack-cli
pkgdesc = CLI for building apps using Cloud Native Buildpacks
pkgver = 0.35.1
- pkgrel = 1
+ pkgrel = 2
url = https://buildpacks.io/
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_base=pack
pkgname=pack-cli
pkgver=0.35.1
-pkgrel=1
+pkgrel=2
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
depends=('glibc')
makedepends=('go' 'git')
@@ -30,7 +30,7 @@ build() {
-modcacherw \
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" \
-o "dist/${_base}" \
- .
+ -a ./cmd/pack
}
# Seems like it needs docker
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pack-cli/-/commit/ebdae269a414b7d5f0b89c8c0975964994553c58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pack-cli/-/commit/ebdae269a414b7d5f0b89c8c0975964994553c58
You're receiving this email because of your account on gitlab.archlinux.org.