Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / nix
Commits: e2af9097 by Bert Peters at 2025-06-17T19:23:10+02:00 upgpkg: 2.29.0-2: missing aws-iam dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nix pkgdesc = A purely functional package manager pkgver = 2.29.0 - pkgrel = 1 + pkgrel = 2 url = https://nixos.org/nix arch = x86_64 license = LGPL-2.1-only @@ -70,6 +70,7 @@ pkgbase = nix pkgname = nix depends = aws-sdk-cpp-core + depends = aws-sdk-cpp-iam depends = aws-sdk-cpp-s3 depends = boost-libs depends = libboost_context.so ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ pkgbase=nix pkgname=(nix perl-nix) pkgver=2.29.0 -pkgrel=1 +pkgrel=2 pkgdesc='A purely functional package manager' arch=(x86_64) url='https://nixos.org/nix' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nix/-/commit/e2af90975d57732028168e39483e8c955f5089d6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nix/-/commit/e2af90975d57732028168e39483e8c955f5089d6 You're receiving this email because of your account on gitlab.archlinux.org.