Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
hamlib
Commits:
a8dede12 by Carl Smedstad at 2026-02-15T08:39:34+01:00
upgpkg: 4.6.5-3: Lua 5.5 rebuild + gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,22 @@
pkgbase = hamlib
pkgdesc = Ham radio equipment control libraries
pkgver = 4.6.5
- pkgrel = 2
+ pkgrel = 3
url = https://hamlib.github.io
arch = x86_64
license = GPL-2.0-or-later
license = LGPL-2.0-or-later
- makedepends = lua
+ makedepends = lua54
makedepends = python
makedepends = swig
makedepends = tcl
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = libindi
+ depends = libstdc++
depends = libusb
depends = readline
- optdepends = lua: Lua bindings
+ optdepends = lua54: Lua bindings
optdepends = perl: Perl bindings
optdepends = python: Python bindings
optdepends = tcl: Tcl bindings
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hamlib
pkgver=4.6.5
-pkgrel=2
+pkgrel=3
pkgdesc='Ham radio equipment control libraries'
arch=('x86_64')
url='https://hamlib.github.io'
@@ -12,20 +12,21 @@ license=(
'LGPL-2.0-or-later'
)
depends=(
- 'gcc-libs'
'glibc'
+ 'libgcc'
'libindi'
+ 'libstdc++'
'libusb'
'readline'
)
makedepends=(
- 'lua'
+ 'lua54'
'python'
'swig'
'tcl'
)
optdepends=(
- 'lua: Lua bindings'
+ 'lua54: Lua bindings'
'perl: Perl bindings'
'python: Python bindings'
'tcl: Tcl bindings'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hamlib/-/commit/a8dede12d57af23aa1fdb2043d5655bd3c723451
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hamlib/-/commit/a8dede12d57af23aa1fdb2043d5655bd3c723451
You're receiving this email because of your account on gitlab.archlinux.org.