Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
tiny
Commits:
ef7e0510 by Tobias Powalowski at 2026-02-16T11:24:35+01:00
upgpkg: 0.13.0-2: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = tiny
pkgdesc = A terminal IRC client written in Rust
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/osa1/tiny
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
depends = dbus
- depends = gcc-libs
+ depends = libgcc
depends = glibc
options = !lto
source = git+https://github.com/osa1/tiny.git#tag=v0.13.0
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
pkgname=tiny
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal IRC client written in Rust"
arch=(x86_64)
url="https://github.com/osa1/tiny"
license=(MIT)
depends=(
dbus
- gcc-libs
+ libgcc
glibc
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiny/-/commit/ef7e0510da5bab54f48a98c56a6225ad580d65cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiny/-/commit/ef7e0510da5bab54f48a98c56a6225ad580d65cc
You're receiving this email because of your account on gitlab.archlinux.org.