[arch-commits] Commit in translate-shell/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 23:30:49 UTC 2021


    Date: Friday, October 1, 2021 @ 23:30:48
  Author: arojas
Revision: 1026672

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 23:30:31 UTC (rev 1026671)
+++ PKGBUILD	2021-10-01 23:30:48 UTC (rev 1026672)
@@ -1,38 +0,0 @@
-# Maintainer: Ivy Foster <code at escondida.tk>
-
-pkgname=translate-shell
-pkgver=0.9.6.11
-pkgrel=2
-pkgdesc='A command-line interface and interactive shell for Google Translate'
-arch=(any)
-url='https://www.soimort.org/translate-shell/'
-license=('custom:PublicDomain')
-depends=(bash gawk)
-optdepends=(
-	'aspell: spell checking'
-	'curl: openSSL support'
-	'fribidi: display right-to-left languages'
-	'hunspell: spell checking'
-	'less: terminal paging'
-	'mplayer: Text-to-Speech functionality'
-	'mpv: Text-to-Speech functionality'
-	'mpg123: Text-to-Speech functionality'
-	'espeak: Text-to-Speech functionality'
-	'rlwrap: readline-style editing and history in the interactive mode'
-	'emacs: Emacs interface'
-)
-
-source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz")
-# checksums provided by packager, not upstream; take with a grain of salt.
-md5sums=(f40e7b0ee66e30ec15481336df58ecba)
-
-build() {
-	cd "translate-shell-$pkgver"
-	make
-}
-
-package() {
-	cd "translate-shell-$pkgver"
-	make PREFIX=/usr DESTDIR="$pkgdir" install
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/translate-shell/LICENSE"
-}

Copied: translate-shell/repos/community-any/PKGBUILD (from rev 1026671, translate-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 23:30:48 UTC (rev 1026672)
@@ -0,0 +1,38 @@
+# Maintainer: Ivy Foster <code at escondida.tk>
+
+pkgname=translate-shell
+pkgver=0.9.6.12
+pkgrel=1
+pkgdesc='A command-line interface and interactive shell for Google Translate'
+arch=(any)
+url='https://www.soimort.org/translate-shell/'
+license=('custom:PublicDomain')
+depends=(bash gawk)
+optdepends=(
+	'aspell: spell checking'
+	'curl: openSSL support'
+	'fribidi: display right-to-left languages'
+	'hunspell: spell checking'
+	'less: terminal paging'
+	'mplayer: Text-to-Speech functionality'
+	'mpv: Text-to-Speech functionality'
+	'mpg123: Text-to-Speech functionality'
+	'espeak: Text-to-Speech functionality'
+	'rlwrap: readline-style editing and history in the interactive mode'
+	'emacs: Emacs interface'
+)
+
+source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz")
+# checksums provided by packager, not upstream; take with a grain of salt.
+md5sums=('9c7f554eca69ed6689083a271698e360')
+
+build() {
+	cd "translate-shell-$pkgver"
+	make
+}
+
+package() {
+	cd "translate-shell-$pkgver"
+	make PREFIX=/usr DESTDIR="$pkgdir" install
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/translate-shell/LICENSE"
+}



More information about the arch-commits mailing list