Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ transifex-cli
Commits:
a548b9e8 by Leonidas Spyropoulos at 2025-07-27T10:16:51+01:00
upgpkg: 1.6.17-4
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- transifex-cli.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = transifex-cli
pkgdesc = The Transifex command-line tool to download and upload
translations from Transifex
pkgver = 1.6.17
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/transifex/cli
install = transifex-cli.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=transifex-cli
pkgver=1.6.17
-pkgrel=3
+pkgrel=4
pkgdesc="The Transifex command-line tool to download and upload translations
from Transifex"
arch=('x86_64')
url="https://github.com/transifex/cli"
=====================================
transifex-cli.install
=====================================
@@ -1,7 +1,7 @@
post_upgrade() {
- if (($(vercmp $2 1.6.17) -le 0)); then
+ if [ "$(vercmp "$2" 1.6.17)" -le 0 ]; then
echo ""
- echo "NOTE: The executable has changed to `tx-cli` to avoid conflicts"
+ echo "NOTE: The executable has changed to 'tx-cli' to avoid conflicts"
echo "with other packages"
echo ""
fi
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/transifex-cli/-/commit/a548b9e86aa7104fd678e417b330dbe4cc8e043d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/transifex-cli/-/commit/a548b9e86aa7104fd678e417b330dbe4cc8e043d
You're receiving this email because of your account on gitlab.archlinux.org.