summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-03-26 06:10:12 +0800
committerlilac2022-03-26 06:10:12 +0800
commitd1ae6ba79fb93a973520a7af01410c7afca5ef16 (patch)
tree5d9995aea60d06f9c60b4f958adf5f6f4187fa86
parentdba0a584f6f7b38ffdc58e0fcbad9dfae301d16c (diff)
downloadaur-d1ae6ba79fb93a973520a7af01410c7afca5ef16.tar.gz
[lilac] updated to 0.36.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6966ebefd8d1..d10e5b59ce3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1eafd465c111..ec2e97916705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"