Date: Thursday, August 16, 2018 @ 19:38:02
  Author: escondida
Revision: 372013

archrelease: copy trunk to community-any

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

----------+
 .SRCINFO |   27 ----------------------
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 37 insertions(+), 64 deletions(-)

Deleted: .SRCINFO
===================================================================
--- .SRCINFO    2018-08-16 19:36:15 UTC (rev 372012)
+++ .SRCINFO    2018-08-16 19:38:02 UTC (rev 372013)
@@ -1,27 +0,0 @@
-pkgbase = translate-shell
-       pkgdesc = A command-line interface and interactive shell for Google 
Translate
-       pkgver = 0.9.6.7
-       pkgrel = 1
-       url = https://www.soimort.org/translate-shell/
-       arch = i686
-       arch = x86_64
-       license = custom:PublicDomain
-       makedepends = git
-       depends = bash
-       depends = gawk
-       optdepends = aspell: spell checking
-       optdepends = curl: openSSL support
-       optdepends = fribidi: display right-to-left languages
-       optdepends = hunspell: spell checking
-       optdepends = less: terminal paging
-       optdepends = mplayer: Text-to-Speech functionality
-       optdepends = mpv: Text-to-Speech functionality
-       optdepends = mpg123: Text-to-Speech functionality
-       optdepends = espeak: Text-to-Speech functionality
-       optdepends = rlwrap: readline-style editing and history in the 
interactive mode
-       optdepends = emacs: Emacs interface
-       source = 
translate-shell-0.9.6.7.tar.gz::https://github.com/soimort/translate-shell/archive/v0.9.6.7.tar.gz
-       md5sums = ceed584244a77a9eb3c08d9dea2405ba
-
-pkgname = translate-shell
-

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-16 19:36:15 UTC (rev 372012)
+++ PKGBUILD    2018-08-16 19:38:02 UTC (rev 372013)
@@ -1,37 +0,0 @@
-# Maintainer: Ivy Foster <c...@escondida.tk>
-
-pkgname=translate-shell
-pkgver=0.9.6.7
-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=(ceed584244a77a9eb3c08d9dea2405ba)
-
-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 372012, 
translate-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-08-16 19:38:02 UTC (rev 372013)
@@ -0,0 +1,37 @@
+# Maintainer: Ivy Foster <c...@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"
+}

Reply via email to