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


Commits:
3485649e by George Rawlinson at 2026-02-15T07:36:09+00:00
upgpkg: 1.5-10

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libftdi
        pkgdesc = A library to talk to FTDI chips
        pkgver = 1.5
-       pkgrel = 9
+       pkgrel = 10
        url = https://www.intra2net.com/en/developer/libftdi/
        arch = x86_64
        license = GPL-2.0-only
@@ -13,7 +13,8 @@ pkgbase = libftdi
        makedepends = python
        makedepends = python-setuptools
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = sh
        depends = libusb
        depends = confuse


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
 
 pkgname=libftdi
 pkgver=1.5
-pkgrel=9
+pkgrel=10
 pkgdesc='A library to talk to FTDI chips'
 arch=(x86_64)
 url='https://www.intra2net.com/en/developer/libftdi/'
 license=(GPL-2.0-only LGPL-2.1-only)
 depends=(
   glibc
-  gcc-libs
+  libgcc
+  libstdc++
   sh
   libusb
   confuse


=====================================
REUSE.toml
=====================================
@@ -3,7 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libftdi/-/commit/3485649ef4aec9de048b14e8b5c9fc89ebf47b3a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libftdi/-/commit/3485649ef4aec9de048b14e8b5c9fc89ebf47b3a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to