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