Balló György pushed to branch main at Arch Linux / Packaging / Packages / python-gtts
Commits: 6bc37241 by Balló György at 2024-11-13T02:49:08+01:00 upgpkg: 2.5.4-1: Update to new release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-gtts pkgdesc = Python library and CLI tool to interface with Google Translate's text-to-speech API - pkgver = 2.5.3 - pkgrel = 3 + pkgver = 2.5.4 + pkgrel = 1 url = https://github.com/pndurette/gTTS arch = any license = MIT @@ -15,7 +15,7 @@ pkgbase = python-gtts depends = python depends = python-click depends = python-requests - source = git+https://github.com/pndurette/gTTS.git#tag=v2.5.3 - b2sums = 568b48d4746496383002e5665f9d8c6c775c5658e4eafae182f2ab75f82778282d254a5bfcb59ddd852221d4e58011c16475c8451505fac5ce28a62a9cb21ce8 + source = git+https://github.com/pndurette/gTTS.git#tag=v2.5.4 + b2sums = 7052faa15044b9828c4a74cb9089ff19f9b9996bc42c5ce51f7ef40041523d325da95bf3c1b18b3cde1c9962d1a3f4ce600c75773eb83c703f53f463fdd6d4db pkgname = python-gtts ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=python-gtts -pkgver=2.5.3 -pkgrel=3 +pkgver=2.5.4 +pkgrel=1 pkgdesc="Python library and CLI tool to interface with Google Translate's text-to-speech API" arch=(any) url='https://github.com/pndurette/gTTS' @@ -24,14 +24,7 @@ checkdepends=( python-testfixtures ) source=("git+https://github.com/pndurette/gTTS.git#tag=v$pkgver") -b2sums=(568b48d4746496383002e5665f9d8c6c775c5658e4eafae182f2ab75f82778282d254a5bfcb59ddd852221d4e58011c16475c8451505fac5ce28a62a9cb21ce8) - -prepare() { - cd gTTS - - # https://github.com/pndurette/gTTS/pull/483 - git cherry-pick -n c8cb679109f9734f27f6dd6b60e5334a7c956435 -} +b2sums=(7052faa15044b9828c4a74cb9089ff19f9b9996bc42c5ce51f7ef40041523d325da95bf3c1b18b3cde1c9962d1a3f4ce600c75773eb83c703f53f463fdd6d4db) build() { cd gTTS View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gtts/-/commit/6bc372414ae67cb65cdeb64f147e99337e196283 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gtts/-/commit/6bc372414ae67cb65cdeb64f147e99337e196283 You're receiving this email because of your account on gitlab.archlinux.org.