Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
translate-toolkit
Commits:
83c01dcc by Antonio Rojas at 2023-09-22T22:13:24+02:00
upgpkg: 3.10.1-1: Update to 3.10.1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,20 +4,20 @@
# Contributor: Hugo Doria <hugodoria at gmail.com>
pkgname=translate-toolkit
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="A toolkit to convert between various different translation formats,
help process and validate localisations"
arch=('any')
url="https://toolkit.translatehouse.org/"
license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch'
'python-ruamel-yaml')
+depends=('bash' 'python-lxml' 'python-ruamel-yaml')
makedepends=('python-setuptools')
optdepends=('gaupol: for po2sub'
'python-chardet: encoding detector'
'python-levenshtein: faster matching'
'python-cheroot: for TM Server')
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('e4bd3490004083c7f88b45e3446c8eaa0c4cdc10de0c15e610ab2a5f3bb90069')
+sha256sums=('6f73da23059abac3a46e82085e839d34197996e74101001ec78cc253244f5aad')
package() {
cd translate-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/83c01dcce0990c2c915a73b8b442ddb96adbec74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/83c01dcce0990c2c915a73b8b442ddb96adbec74
You're receiving this email because of your account on gitlab.archlinux.org.