Date: Tuesday, May 16, 2023 @ 15:37:16
  Author: escondida
Revision: 1461995

archrelease: copy trunk to community-any

Added:
  translate-shell/repos/community-any/PKGBUILD
    (from rev 1461994, translate-shell/trunk/PKGBUILD)
  translate-shell/repos/community-any/keys/
Deleted:
  translate-shell/repos/community-any/PKGBUILD
  translate-shell/repos/community-any/keys/

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-16 15:36:33 UTC (rev 1461994)
+++ PKGBUILD    2023-05-16 15:37:16 UTC (rev 1461995)
@@ -1,42 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-
-pkgname=translate-shell
-pkgver=0.9.7
-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=(
-       'aspell: spell checking'
-       'curl: openSSL support'
-       'emacs: Emacs interface'
-       'espeak-ng: Text-to-Speech functionality'
-       'fribidi: display right-to-left languages'
-       'hunspell: spell checking'
-       'less: terminal paging'
-       'mpg123: Text-to-Speech functionality'
-       'mplayer: Text-to-Speech functionality'
-       'mpv: Text-to-Speech functionality'
-       'rlwrap: readline-style editing and history in the interactive mode'
-)
-
-# They do offer a sha1sum and a PGP signature on their homepage,
-# 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')
-md5sums=(SKIP)
-validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
-
-build() {
-       cd translate-shell
-       make
-}
-
-package() {
-       cd translate-shell
-       make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: translate-shell/repos/community-any/PKGBUILD (from rev 1461994, 
translate-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-16 15:37:16 UTC (rev 1461995)
@@ -0,0 +1,43 @@
+# Maintainer: Ivy Foster <[email protected]>
+
+pkgname=translate-shell
+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=(
+       'aspell: spell checking'
+       'curl: openSSL support'
+       'emacs: Emacs interface'
+       'espeak-ng: Text-to-Speech functionality'
+       'fribidi: display right-to-left languages'
+       'hunspell: spell checking'
+       'less: terminal paging'
+       'mpg123: Text-to-Speech functionality'
+       'mplayer: Text-to-Speech functionality'
+       'mpv: Text-to-Speech functionality'
+       'rlwrap: readline-style editing and history in the interactive mode'
+)
+
+# They do offer a sha1sum and a PGP signature on their homepage,
+# 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=faff2c920a5eae1c96500f5e742d98685af4c059?signed')
+md5sums=(SKIP)
+validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
+
+build() {
+       cd translate-shell
+       make
+}
+
+package() {
+       cd translate-shell
+       make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Reply via email to