Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
translate-shell


Commits:
731abadc by Christian Heusel at 2024-05-30T13:24:21+02:00
upgpkg: 0.9.7.1-2: Rebuild packages signed by 
DB5B4A9546601F945389C66940AC6F48D55AB11D

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,26 @@
+pkgbase = translate-shell
+       pkgdesc = A command-line interface and interactive shell for Google 
Translate
+       pkgver = 0.9.7.1
+       pkgrel = 2
+       url = https://www.soimort.org/translate-shell/
+       arch = any
+       license = Unlicense
+       makedepends = git
+       depends = bash
+       depends = gawk
+       optdepends = aspell: spell checking
+       optdepends = curl: openSSL support
+       optdepends = emacs: Emacs interface
+       optdepends = espeak-ng: Text-to-Speech functionality
+       optdepends = fribidi: display right-to-left languages
+       optdepends = hunspell: spell checking
+       optdepends = less: terminal paging
+       optdepends = mpg123: Text-to-Speech functionality
+       optdepends = mplayer: Text-to-Speech functionality
+       optdepends = mpv: Text-to-Speech functionality
+       optdepends = rlwrap: readline-style editing and history in the 
interactive mode
+       source = 
git+https://github.com/soimort/translate-shell.git#commit=faff2c920a5eae1c96500f5e742d98685af4c059?signed
+       validpgpkeys = 8A9CA65383B671BC995CCEAE07DA00CB78203251
+       sha256sums = 
a43cc751e2d44901be67c57193755602d2bd0867f9458fe0ed3eceb404407304
+
+pkgname = translate-shell


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
-# Maintainer: Ivy Foster <i...@archlinux.org>
+# Contributor: Ivy Foster <i...@archlinux.org>
 
 pkgname=translate-shell
 pkgver=0.9.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A command-line interface and interactive shell for Google Translate'
 arch=(any)
 url='https://www.soimort.org/translate-shell/'
@@ -29,7 +29,7 @@ optdepends=(
 # 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=faff2c920a5eae1c96500f5e742d98685af4c059?signed')
-md5sums=(SKIP)
+sha256sums=('a43cc751e2d44901be67c57193755602d2bd0867f9458fe0ed3eceb404407304')
 validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-shell/-/commit/731abadc27dc00216f73bd5717db1cc9d0822866

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-shell/-/commit/731abadc27dc00216f73bd5717db1cc9d0822866
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to