Date: Thursday, April 6, 2023 @ 15:40:26
  Author: dvzrv
Revision: 1439430

upgpkg: python-pyalsa 1.2.7-3: Rebuild to re-sign package.

Use bash arrays with one entry per line for better handling.
Remove unused group.
Add all required dependencies.

Modified:
  python-pyalsa/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-06 15:40:00 UTC (rev 1439429)
+++ PKGBUILD    2023-04-06 15:40:26 UTC (rev 1439430)
@@ -3,14 +3,22 @@
 _name=pyalsa
 pkgname=python-pyalsa
 pkgver=1.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Python binding for the ALSA library"
 arch=(x86_64)
 url="https://www.alsa-project.org";
 license=(LGPL2.1)
-groups=(alsa)
-depends=(alsa-lib python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+depends=(
+  alsa-lib
+  glibc
+  python
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
 
source=(https://www.alsa-project.org/files/pub/$_name/$_name-$pkgver.tar.bz2{,.sig})
 
sha512sums=('126501fe7b9c006f28e9290bdd3ad907ea9e053b71e21e2c6f0b0beeecdba07b4b557014041b03452f96be690f59f2e647e075487ee87054f21f66df7f39b34b'
             'SKIP')

Reply via email to