Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
pandora_box
Commits:
a4888694 by Robin Candau at 2025-12-01T18:18:52+01:00
upgpkg: 0.16.1-2: Add syd as a dependency
While syd is not a dependency technically speaking, it makes little sense to
install pandora_box without syd
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pandora_box
pkgdesc = Syd's log inspector & profile writer
pkgver = 0.16.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.exherbo.org/sydbox/sydbox/-/tree/main/pandora
arch = x86_64
license = GPL-3.0-only
@@ -9,6 +9,7 @@ pkgbase = pandora_box
makedepends = git
depends = gcc-libs
depends = glibc
+ depends = syd
provides = pandora
source =
git+https://gitlab.exherbo.org/sydbox/sydbox.git#tag=pandora-0.16.1?signed
validpgpkeys = 5DF763560390A149AC6C14C7D076A377FB27DE70
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=pandora_box
_pkgname=pandora
pkgver=0.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="Syd's log inspector & profile writer"
url="https://gitlab.exherbo.org/sydbox/sydbox/-/tree/main/pandora"
arch=('x86_64')
license=('GPL-3.0-only')
-depends=('gcc-libs' 'glibc')
+depends=('gcc-libs' 'glibc' 'syd')
makedepends=('cargo' 'git')
provides=("${_pkgname}")
source=("git+https://gitlab.exherbo.org/sydbox/sydbox.git#tag=${_pkgname}-${pkgver}?signed")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandora_box/-/commit/a48886942cbfead6021c3cf3fb7bde2ddaae1c3e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandora_box/-/commit/a48886942cbfead6021c3cf3fb7bde2ddaae1c3e
You're receiving this email because of your account on gitlab.archlinux.org.