Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
toolbox


Commits:
ff2af216 by Morten Linderud at 2024-10-20T21:38:56+02:00
upgpkg: 0.0.99.5-1

- - - - -
5b190f1b by Morten Linderud at 2024-10-20T21:45:41+02:00
upgpkg: 0.0.99.6-1

Removed linker flags because of upstream issues.
See: 
https://github.com/containers/toolbox/commit/83f28c52e47c2d44acbc5c8454ea23ba70ecdb6f

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = toolbox
        pkgdesc = Unprivileged development environment
-       pkgver = 0.0.99.5
-       pkgrel = 2
+       pkgver = 0.0.99.6
+       pkgrel = 1
        url = https://github.com/containers/toolbox
        arch = x86_64
        license = APACHE
@@ -13,10 +13,11 @@ pkgbase = toolbox
        makedepends = git
        makedepends = meson
        makedepends = podman
+       makedepends = fish
        depends = podman
        depends = bash
        depends = flatpak
-       source = 
git+https://github.com/containers/toolbox#commit=ccc3eee72722e29172ec35184df89cad7c100a5b
-       sha256sums = SKIP
+       source = git+https://github.com/containers/toolbox#tag=0.0.99.6
+       sha256sums = 
9b17fc5298d1c60aeca593b72fc47b42dd2d24d675a851dfb4538be025a2e069
 
 pkgname = toolbox


=====================================
PKGBUILD
=====================================
@@ -1,37 +1,25 @@
-# Maintainer: BartÅ‚omiej Piotrowski <[email protected]>
 # Maintainer: Morten Linderud <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
 
 pkgname=toolbox
-pkgver=0.0.99.5
-pkgrel=2
+pkgver=0.0.99.6
+pkgrel=1
 pkgdesc='Unprivileged development environment'
 arch=(x86_64)
 url='https://github.com/containers/toolbox'
 license=(APACHE)
 depends=(podman bash flatpak)
-makedepends=(go shellcheck go-md2man bash-completion ninja git meson podman)
-_commit=ccc3eee72722e29172ec35184df89cad7c100a5b       #refs/tags/0.0.99.5^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
+makedepends=(go shellcheck go-md2man bash-completion ninja git meson podman 
fish)
+source=("git+$url#tag=$pkgver")
+sha256sums=('9b17fc5298d1c60aeca593b72fc47b42dd2d24d675a851dfb4538be025a2e069')
 
 pkgver() {
   cd toolbox
   git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
-  cd toolbox
-  # Fixes FS#79769
-  git cherry-pick -n 1cc9e07b7c36fe9f9784b40b58f0a2a3694dd328
-  git cherry-pick -n 219f5b4be428388f2b8cc12a7480c4a6922b59ca
-}
-
 build() {
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
   arch-meson toolbox build -D profile_dir=/etc/profile.d
   ninja -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/toolbox/-/compare/6ffc7ae94dbc2b4a474dcfed3031e2300a86b864...5b190f1bcda95d76cd2e91538390ef8f7ae4fc13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/toolbox/-/compare/6ffc7ae94dbc2b4a474dcfed3031e2300a86b864...5b190f1bcda95d76cd2e91538390ef8f7ae4fc13
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to