Date: Thursday, April 6, 2023 @ 14:49:11
  Author: dvzrv
Revision: 1439341

upgpkg: python-jack-client 0.5.4-2: Rebuild to re-sign package.

Use bash arrays with one entry per line for better handling.
Add all direct dependencies.

Modified:
  python-jack-client/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-06 14:49:03 UTC (rev 1439340)
+++ PKGBUILD    2023-04-06 14:49:11 UTC (rev 1439341)
@@ -3,14 +3,28 @@
 _name=JACK-Client
 pkgname=python-jack-client
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="JACK Audio Connection Kit (JACK) Client for Python"
 arch=(any)
 url="https://github.com/spatialaudio/jackclient-python/";
 license=(MIT)
-depends=(jack python-cffi)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(jack2 procps-ng python-pytest util-linux)
+depends=(
+  jack
+  python
+  python-cffi
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(
+  jack2
+  procps-ng
+  python-pytest
+  util-linux
+)
 optdepends=('python-numpy: Access input/output buffers as numpy arrays')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
 
sha512sums=('bc75d1b58a10c855ab26fbb123ed6774f182a06501e6f31efffdd7c82d384761053dddd7af8315969f67421e4ba17bfc0b49f63f0454c8cc18b4b8385b928d26')

Reply via email to