Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-soxr


Commits:
a3bd769a by Maxime Gauduin at 2026-05-29T19:30:58+02:00
fix b2sums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-soxr
        pkgdesc = High quality, one-dimensional sample-rate conversion library 
for Python
        pkgver = 1.1.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/dofuuz/python-soxr
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -14,10 +14,12 @@ pkgbase = python-soxr
        makedepends = python-setuptools
        makedepends = python-setuptools-scm
        depends = glibc
+       depends = libgcc
        depends = libsoxr
+       depends = libstdc++
        depends = python
        depends = python-numpy
        source = git+https://github.com/dofuuz/python-soxr.git#tag=v1.1.0
-       b2sums = SKIP
+       b2sums = 
659816db3ad6cff01d7d6be2b29cef2a1ce7060875e1345dbd21e91b40d3307f441f659ccfecf74c742f68eb407a70c216b9c688853d1bc82768f7a132bc542c
 
 pkgname = python-soxr


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,16 @@
 
 pkgname=python-soxr
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High quality, one-dimensional sample-rate conversion library for 
Python'
 arch=(x86_64)
 url=https://github.com/dofuuz/python-soxr
 license=(LGPL-2.1-or-later)
 depends=(
   glibc
+  libgcc
   libsoxr
+  libstdc++
   python
   python-numpy
 )
@@ -25,7 +27,7 @@ makedepends=(
   python-setuptools-scm
 )
 source=(git+https://github.com/dofuuz/python-soxr.git#tag=v${pkgver})
-b2sums=(SKIP)
+b2sums=('659816db3ad6cff01d7d6be2b29cef2a1ce7060875e1345dbd21e91b40d3307f441f659ccfecf74c742f68eb407a70c216b9c688853d1bc82768f7a132bc542c')
 
 prepare() {
   cd python-soxr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-soxr/-/commit/a3bd769a45a30317a32c1fd21fc871c045881072

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-soxr/-/commit/a3bd769a45a30317a32c1fd21fc871c045881072
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to