Date: Tuesday, May 16, 2023 @ 15:36:33 Author: escondida Revision: 1461994
translate-shell: update to 0.9.7.1 Modified: translate-shell/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-16 15:27:38 UTC (rev 1461993) +++ PKGBUILD 2023-05-16 15:36:33 UTC (rev 1461994) @@ -1,12 +1,13 @@ # Maintainer: Ivy Foster <[email protected]> pkgname=translate-shell -pkgver=0.9.7 +pkgver=0.9.7.1 pkgrel=1 pkgdesc='A command-line interface and interactive shell for Google Translate' arch=(any) url='https://www.soimort.org/translate-shell/' license=(Unlicense) + depends=(bash gawk) makedepends=(git) optdepends=( @@ -27,7 +28,7 @@ # but they're only for the standalone script, not for the whole package. # Easiest thing at this point is to pin to release commits on github, # since they do sign their commits. -source=('git+https://github.com/soimort/translate-shell.git#commit=a3bba39fb1dd40b10cfefac71dabdba14e4f76d0?signed') +source=('git+https://github.com/soimort/translate-shell.git#commit=faff2c920a5eae1c96500f5e742d98685af4c059?signed') md5sums=(SKIP) validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
