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

Ivy Foster escondida at archlinux.org
Sun Dec 30 20:03:25 UTC 2018


    Date: Sunday, December 30, 2018 @ 20:03:24
  Author: escondida
Revision: 419672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 20:02:55 UTC (rev 419671)
+++ PKGBUILD	2018-12-30 20:03:24 UTC (rev 419672)
@@ -1,37 +0,0 @@
-# Maintainer: Ivy Foster <code at escondida.tk>
-
-pkgname=translate-shell
-pkgver=0.9.6.8
-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")
-# Checksum provided by packager, not upstream; grain of salt recommended.
-md5sums=(c030ac62f4821761c7443b4fd6d69b99)
-
-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 419671, translate-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-30 20:03:24 UTC (rev 419672)
@@ -0,0 +1,38 @@
+# Maintainer: Ivy Foster <code at escondida.tk>
+
+pkgname=translate-shell
+pkgver=0.9.6.9
+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=(16369d3594406c376d6fced79fa30718)
+
+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