diff options
author | Martijn Braam <martijn@brixit.nl> | 2022-03-08 16:37:03 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-03-09 00:40:53 +0000 |
commit | 7deb37922db7c977336bc7c0a722e5078a1de297 (patch) | |
tree | 4cce7471ae2579a9e73fdf1c5d3926b47af6c346 | |
parent | 0e8852c853eca3f35f1bc573e5d4e08c3af19570 (diff) | |
download | aports-7deb37922db7c977336bc7c0a722e5078a1de297.tar.gz aports-7deb37922db7c977336bc7c0a722e5078a1de297.tar.bz2 aports-7deb37922db7c977336bc7c0a722e5078a1de297.tar.xz |
testing/py3-pyatem: upgrade to 0.5.0
-rw-r--r-- | testing/py3-pyatem/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-pyatem/APKBUILD b/testing/py3-pyatem/APKBUILD index 4cdf712d16..9214c70ebe 100644 --- a/testing/py3-pyatem/APKBUILD +++ b/testing/py3-pyatem/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Martijn Braam <martijn@brixit.nl> # Contributor: Martijn Braam <martijn@brixit.nl> pkgname=py3-pyatem -pkgver=0.4.2 -pkgrel=2 +pkgver=0.5.0 +pkgrel=0 pkgdesc="Python library for controlling Blackmagic Design ATEM hardware" url="https://git.sr.ht/~martijnbraam/pyatem" # s390x and riscv64 blocked by libhandy1 @@ -12,7 +12,7 @@ source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/pyatem/archive/ openswitcher-proxy.confd openswitcher-proxy.initd " -depends="python3 py3-usb" +depends="python3 py3-usb py3-zeroconf" makedepends="py3-setuptools python3-dev glib-dev libhandy1-dev meson" checkdepends="py3-pytest" builddir="$srcdir/pyatem-$pkgver" @@ -68,7 +68,7 @@ proxy() { } sha512sums=" -e10b62f0fe993871cf876fe309a50a67d5167df2aa610847d20bd68cd7ea08be38ed3c5b928bc58a51f7781f8e7c67357b8b77a1600d611d1856b6d0057323f1 py3-pyatem-0.4.2.tar.gz +54db7562c9f85fc0f272949e34ec5b16b3a061af96651cbb491bb735aeaacc794d3e07f744a59be9e3c77f45bd8bbf6de6c7b6428b9ed953f9408040a50e953e py3-pyatem-0.5.0.tar.gz f7d60a2b4effb5795fedfde6c2d9f7523847530d933af73b275642c2b6afd254fe0f189f9a5c304544f1b2be3f79db88404a8d6d0a5a26ce1f5b5d3375eea858 openswitcher-proxy.confd a0e337e9b337825b6f23bf43fd9fe700bebf32e9747f2ddd92383a6a4a7f9da14151744af03f3c80c997d96dc9ce767f198cf18460ccf93828e6d1cd519fe50f openswitcher-proxy.initd " |