diff options
author | lilac | 2022-03-26 06:10:12 +0800 |
---|---|---|
committer | lilac | 2022-03-26 06:10:12 +0800 |
commit | d1ae6ba79fb93a973520a7af01410c7afca5ef16 (patch) | |
tree | 5d9995aea60d06f9c60b4f958adf5f6f4187fa86 | |
parent | dba0a584f6f7b38ffdc58e0fcbad9dfae301d16c (diff) | |
download | aur-d1ae6ba79fb93a973520a7af01410c7afca5ef16.tar.gz |
[lilac] updated to 0.36.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-streamlit-webrtc pkgdesc = Real-time video and audio streams over the network, with Streamlit - pkgver = 0.36.0 + pkgver = 0.36.1 pkgrel = 1 url = https://github.com/whitphx/streamlit-webrtc arch = any @@ -8,7 +8,7 @@ pkgbase = python-streamlit-webrtc makedepends = python-setuptools depends = python-aiortc depends = python-streamlit - source = streamlit-webrtc-0.36.0.tar.gz::https://files.pythonhosted.org/packages/source/s/streamlit-webrtc/streamlit-webrtc-0.36.0.tar.gz - sha512sums = bb799542d835673a3e6fe2c289b73237a3b36294b2264c35998ea5cd305815811e4d17c23ace501254397d72e27d36f472c4aaadd00c531dd291cedd2c785470 + source = streamlit-webrtc-0.36.1.tar.gz::https://files.pythonhosted.org/packages/source/s/streamlit-webrtc/streamlit-webrtc-0.36.1.tar.gz + sha512sums = 9799e4c8fdaf923d6994f5423b34a1c851022f46b364478fb71a49b9d15d75bfc027fddcc845fc0d450a0e32e939b3fd199181baf3e847e2fa46683eac485572 pkgname = python-streamlit-webrtc @@ -2,7 +2,7 @@ _pkgname=streamlit-webrtc pkgname=python-streamlit-webrtc -pkgver=0.36.0 +pkgver=0.36.1 pkgrel=1 pkgdesc='Real-time video and audio streams over the network, with Streamlit' arch=('any') @@ -17,7 +17,7 @@ makedepends=( ) source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -sha512sums=('bb799542d835673a3e6fe2c289b73237a3b36294b2264c35998ea5cd305815811e4d17c23ace501254397d72e27d36f472c4aaadd00c531dd291cedd2c785470') +sha512sums=('9799e4c8fdaf923d6994f5423b34a1c851022f46b364478fb71a49b9d15d75bfc027fddcc845fc0d450a0e32e939b3fd199181baf3e847e2fa46683eac485572') build() { cd "${_pkgname}-${pkgver}" |