Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
tailspin
Commits:
94109755 by Caleb Maclennan at 2026-07-15T15:42:21+03:00
upgpkg: 7.0.0-2: Add missing dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,14 @@
pkgbase = tailspin
pkgdesc = A log file highlighter
pkgver = 7.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bensadeh/tailspin
arch = x86_64
license = MIT
makedepends = cargo
+ depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
source =
https://github.com/bensadeh/tailspin/archive/refs/tags/7.0.0/tailspin-7.0.0.tar.gz
sha256sums =
45fafd0b3b43de6490a1a4a86a071f0db3d2a8e3f260b50def131c6996a2930e
=====================================
PKGBUILD
=====================================
@@ -4,11 +4,13 @@
pkgname=tailspin
pkgver=7.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A log file highlighter'
url="https://github.com/bensadeh/$pkgname"
arch=(x86_64)
license=(MIT)
+depends=(glibc # libc.so
+ libgcc libgcc_s.so)
makedepends=(cargo)
_archive="$pkgname-$pkgver"
source=("$url/archive/refs/tags/$pkgver/$_archive.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/94109755faea901372742d9b4fcbcf442e8d3606
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/94109755faea901372742d9b4fcbcf442e8d3606
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help