Date: Wednesday, March 21, 2018 @ 21:19:25 Author: escondida Revision: 310266
upgpkg: translate-shell 0.9.6.7-1 translate-shell-0.9.6.7-1 Modified: translate-shell/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-21 21:13:25 UTC (rev 310265) +++ PKGBUILD 2018-03-21 21:19:25 UTC (rev 310266) @@ -1,14 +1,13 @@ -# Contributor: Ivy Foster <[email protected]> +# Maintainer: Ivy Foster <[email protected]> pkgname=translate-shell pkgver=0.9.6.7 pkgrel=1 pkgdesc='A command-line interface and interactive shell for Google Translate' -arch=(i686 x86_64) +arch=(any) url='https://www.soimort.org/translate-shell/' license=('custom:PublicDomain') depends=(bash gawk) -makedepends=(git) optdepends=( 'aspell: spell checking' 'curl: openSSL support' @@ -34,5 +33,5 @@ package() { cd "translate-shell-$pkgver" make PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/translate-shellLICENSE" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/translate-shell/LICENSE" }
