Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / pycdio
Commits:
94281125 by Jan Alexander Steffens (heftig) at 2025-01-10T00:51:55+01:00
2.1.1-7: libcdio 2.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pycdio
pkgdesc = Python OO interface to libcdio (CD Input and Control library)
pkgver = 2.1.1
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/rocky/pycdio
arch = x86_64
license = GPL-3.0-or-later
@@ -11,6 +11,7 @@ pkgbase = pycdio
makedepends = python-setuptools
makedepends = python-wheel
makedepends = swig
+ depends = glibc
depends = libcdio
depends = python
source = git+https://github.com/rocky/pycdio#tag=2.1.1
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,13 @@
pkgbase=pycdio
pkgname=(python-pycdio)
pkgver=2.1.1
-pkgrel=6
+pkgrel=7
pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
url="https://github.com/rocky/pycdio"
arch=(x86_64)
license=(GPL-3.0-or-later)
depends=(
+ glibc
libcdio
python
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pycdio/-/commit/942811253689be62c11d94a54b7b4430599b91d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pycdio/-/commit/942811253689be62c11d94a54b7b4430599b91d7
You're receiving this email because of your account on gitlab.archlinux.org.