Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
ctemplate
Commits:
e3a4c3f5 by Christian Hesse at 2026-02-16T08:30:55+01:00
update dependencies (incl. gcc-libs deprecation)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,8 +6,11 @@ pkgbase = ctemplate
arch = x86_64
license = BSD
makedepends = python
- depends = gcc-libs
- depends = perl
+ depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
+ depends = libstdc++
+ depends = libstdc++.so
source =
https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.4.tar.gz
sha256sums =
ccc4105b3dc51c82b0f194499979be22d5a14504f741115be155bd991ee93cfa
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,9 @@ arch=('x86_64')
url='https://github.com/olafvdspek/ctemplate'
license=('BSD')
makedepends=('python')
-depends=('gcc-libs' 'perl')
+depends=('glibc'
+ 'libgcc' 'libgcc_s.so'
+ 'libstdc++' 'libstdc++.so')
source=("https://github.com/OlafvdSpek/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
sha256sums=('ccc4105b3dc51c82b0f194499979be22d5a14504f741115be155bd991ee93cfa')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ctemplate/-/commit/e3a4c3f5f6902cdfdc430a4a83faccd061a44d8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ctemplate/-/commit/e3a4c3f5f6902cdfdc430a4a83faccd061a44d8b
You're receiving this email because of your account on gitlab.archlinux.org.