summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-09-23 06:03:40 +0800
committerlilac2022-09-23 06:03:40 +0800
commit4abd64f216aa7514833dafc21872e23457147b0a (patch)
tree5ae64682989e47246c8ad6425894f4143e23bbd3
parent63186455049e4433e334d35ace529e46ce1ef100 (diff)
downloadaur-4abd64f216aa7514833dafc21872e23457147b0a.tar.gz
[lilac] updated to 1.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfc9d4e8478f..fe2f231ecfe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-streamlit
pkgdesc = The fastest way to build data apps in Python
- pkgver = 1.12.2
+ pkgver = 1.13.0
pkgrel = 1
url = https://streamlit.io
arch = any
@@ -31,7 +31,7 @@ pkgbase = python-streamlit
depends = python-validators
depends = python-watchdog
depends = semver
- source = streamlit-1.12.2.tar.gz::https://files.pythonhosted.org/packages/source/s/streamlit/streamlit-1.12.2.tar.gz
- sha512sums = ce041420550067f284ba23de797e72d3eb6bf9a080b5ee922c1a1ad442bcce0a2c919b4c4fd337ec5e3a1d7b07104bf230019cfc89a8b00375958ac66e2ee863
+ source = streamlit-1.13.0.tar.gz::https://files.pythonhosted.org/packages/source/s/streamlit/streamlit-1.13.0.tar.gz
+ sha512sums = 515a86f4380f2065fd69f0df58d511c03a7985d30ea8c569c8f0959ece4a305008b9807dbb4e6b5e2b8376af97a5ffeeabae1b4510669db21d3a83c53f1ee638
pkgname = python-streamlit
diff --git a/PKGBUILD b/PKGBUILD
index 24577bd92b97..075552febd68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=streamlit
pkgname=python-streamlit
-pkgver=1.12.2
+pkgver=1.13.0
pkgrel=1
pkgdesc='The fastest way to build data apps in Python'
arch=('any')
@@ -42,7 +42,7 @@ makedepends=(
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
)
-sha512sums=('ce041420550067f284ba23de797e72d3eb6bf9a080b5ee922c1a1ad442bcce0a2c919b4c4fd337ec5e3a1d7b07104bf230019cfc89a8b00375958ac66e2ee863')
+sha512sums=('515a86f4380f2065fd69f0df58d511c03a7985d30ea8c569c8f0959ece4a305008b9807dbb4e6b5e2b8376af97a5ffeeabae1b4510669db21d3a83c53f1ee638')
build() {
cd "${_pkgname}-${pkgver}"