summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Brock2024-03-07 23:23:15 +0100
committerLaurent Brock2024-03-07 23:23:15 +0100
commit9ea79502d541923369124b511b3f604ea960f351 (patch)
tree583412a4895de8d1215ff44c48074398419ef074
parent4e4f3fa80028a48f3644986c3f890e7d5303b194 (diff)
downloadaur-9ea79502d541923369124b511b3f604ea960f351.tar.gz
Update to 6.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98ae48107048..06ff63806875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-edge-tts
pkgdesc = Use Microsoft Edge's online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command
- pkgver = 6.1.9
+ pkgver = 6.1.10
pkgrel = 1
url = https://github.com/rany2/edge-tts
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-edge-tts
depends = python-attrs
depends = python-idna
optdepends = mpv: immediate tts playback with the provided edge-playback command
- source = https://files.pythonhosted.org/packages/36/b4/5308be645ae5d5952c6ac169ec07e1e34a2de69d9f19ed5cfeef5f71b6cd/edge-tts-6.1.9.tar.gz
- sha256sums = 296c05a0f96fbc26c226ad266266ccb494ed2ce1c5bb27d4d99356506623ca36
+ source = https://files.pythonhosted.org/packages/09/65/0fea974d46cf18dc8b25cb1c8764c10f530e8922ffac2347b5e8b973c7ad/edge-tts-6.1.10.tar.gz
+ sha256sums = 70a49f32ed766ea405b8d2a44ef124805349d296c1a56a220b0aff1e202f8891
pkgname = python-edge-tts
diff --git a/PKGBUILD b/PKGBUILD
index c9940ef9efaf..a958ec8cb874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ PACKAGER="Laurent Brock <incognito0135@protonmail.com>"
_pkgname=edge-tts
pkgname=python-${_pkgname}
-pkgver=6.1.9
+pkgver=6.1.10
pkgrel=1
pkgdesc="Use Microsoft Edge's online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command"
arch=(any)
@@ -19,8 +19,8 @@ optdepends=(
'mpv: immediate tts playback with the provided edge-playback command'
)
-source=(https://files.pythonhosted.org/packages/36/b4/5308be645ae5d5952c6ac169ec07e1e34a2de69d9f19ed5cfeef5f71b6cd/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('296c05a0f96fbc26c226ad266266ccb494ed2ce1c5bb27d4d99356506623ca36')
+source=(https://files.pythonhosted.org/packages/09/65/0fea974d46cf18dc8b25cb1c8764c10f530e8922ffac2347b5e8b973c7ad/${_pkgname}-${pkgver}.tar.gz)
+sha256sums=('70a49f32ed766ea405b8d2a44ef124805349d296c1a56a220b0aff1e202f8891')
check() {
cd ${_pkgname}-${pkgver}