Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libmythes
Commits:
b6f2e4d7 by Andreas Radke at 2026-02-15T20:54:25+01:00
upgpkg: 1:1.2.5-3; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libmythes
pkgdesc = a simple thesaurus
pkgver = 1.2.5
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/hunspell/mythes
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = libmythes
license = MIT
makedepends = hunspell
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = perl
provides = mythes
source =
https://github.com/hunspell/mythes/releases/download/v1.2.5/mythes-1.2.5.tar.xz
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
pkgname=libmythes
pkgver=1.2.5
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="a simple thesaurus"
arch=('x86_64')
url="https://github.com/hunspell/mythes"
license=('BSD-3-Clause-Modification' 'MIT')
-depends=('glibc' 'gcc-libs' 'perl')
+depends=('glibc' 'libstdc++' 'libgcc' 'perl')
makedepends=('hunspell')
provides=('mythes')
source=(https://github.com/hunspell/mythes/releases/download/v${pkgver}/mythes-${pkgver}.tar.xz)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmythes/-/commit/b6f2e4d7d2734e1af4b819aa535cf3dd2bacedc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmythes/-/commit/b6f2e4d7d2734e1af4b819aa535cf3dd2bacedc2
You're receiving this email because of your account on gitlab.archlinux.org.