George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
libfbclient


Commits:
770936be by George Rawlinson at 2026-02-15T07:28:10+00:00
reuse: simplify conf

- - - - -
02a60037 by George Rawlinson at 2026-02-15T07:40:23+00:00
upgpkg: 5.0.3-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libfbclient
        pkgdesc = Client library for Firebird
        pkgver = 5.0.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.firebirdsql.org
        arch = x86_64
        license = MPL-1.1
@@ -11,7 +11,9 @@ pkgbase = libfbclient
        makedepends = libtomcrypt
        makedepends = unzip
        makedepends = cmake
-       depends = gcc-libs
+       depends = sh
+       depends = glibc
+       depends = libgcc
        depends = libtommath
        options = !lto
        source = 
libfbclient::git+https://github.com/FirebirdSQL/firebird#tag=v5.0.3


=====================================
PKGBUILD
=====================================
@@ -5,14 +5,25 @@
 
 pkgname=libfbclient
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Client library for Firebird'
 arch=(x86_64)
 url='https://www.firebirdsql.org'
 license=(MPL-1.1 Interbase-1.0)
-depends=(gcc-libs libtommath)
-makedepends=(git editline libtomcrypt unzip cmake)
-options=('!lto') # segfaults with LTO
+depends=(
+  sh
+  glibc
+  libgcc
+  libtommath
+)
+makedepends=(
+  git
+  editline
+  libtomcrypt
+  unzip
+  cmake
+)
+options=(!lto) # segfaults with LTO
 source=("$pkgname::git+https://github.com/FirebirdSQL/firebird#tag=v$pkgver";)
 
sha512sums=('c96a9c384f12b92a2ab07aabc031ce697e608683c978a6a68c0fa0235593a93809bbc80a636914fea830224207c336c839eeb985759d24658cef9c15329aa1c6')
 
b2sums=('f16119b11063de5a64157c8ed2d51cda15437739072e202a4408ac26ffd6be57c80381e99cb9d5353de7fe5bdd25dcec4149da91ead0671491019dc3de110ae1')


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfbclient/-/compare/691f177eb3e31584535a1ecded9b350b1ab5588b...02a60037e33318890f528657d6b148ffd627f4fa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfbclient/-/compare/691f177eb3e31584535a1ecded9b350b1ab5588b...02a60037e33318890f528657d6b148ffd627f4fa
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to