[arch-commits] Commit in translate-shell/repos/community-any (PKGBUILD PKGBUILD keys)
Jonas Witschel
diabonas at gemini.archlinux.org
Sun Jul 17 21:24:51 UTC 2022
Date: Sunday, July 17, 2022 @ 21:24:50
Author: diabonas
Revision: 1254374
archrelease: copy trunk to community-any
Added:
translate-shell/repos/community-any/PKGBUILD
(from rev 1254373, translate-shell/trunk/PKGBUILD)
translate-shell/repos/community-any/keys/
Deleted:
translate-shell/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-17 21:24:33 UTC (rev 1254373)
+++ PKGBUILD 2022-07-17 21:24:50 UTC (rev 1254374)
@@ -1,42 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-
-pkgname=translate-shell
-pkgver=0.9.6.12
-pkgrel=2
-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=46e2a14fff1de5bb97d286e78fa2221b3a1eab37?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 1254373, translate-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-17 21:24:50 UTC (rev 1254374)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+
+pkgname=translate-shell
+pkgver=0.9.6.12
+pkgrel=3
+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=46e2a14fff1de5bb97d286e78fa2221b3a1eab37?signed')
+md5sums=(SKIP)
+validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
+
+build() {
+ cd translate-shell
+ make
+}
+
+package() {
+ cd translate-shell
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list