summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2022-01-17 00:26:40 +0100
committerDanilo Bargen2022-01-17 00:26:42 +0100
commit9c64c59c19aff4fe13721317b55b77c6a7121b2b (patch)
tree64f1390ed90701e9a963099e9d5bb8e9f28377f3
parentfb3dacac86831aaab52c0f09058d7d1adb4188f0 (diff)
downloadaur-9c64c59c19aff4fe13721317b55b77c6a7121b2b.tar.gz
Version 0.14.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c03a5b51f9f..ee603ee5eb75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
- pkgver = 0.14.3
+ pkgver = 0.14.4
pkgrel = 1
url = http://pypi.python.org/pypi/transifex-client
arch = any
@@ -11,7 +11,7 @@ pkgbase = transifex-client
depends = python-requests
depends = python-slugify
depends = python-gitpython
- source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.14.3.tar.gz
- sha256sums = b0aa25ebb9516983c56bb060f4a35ad6b0eb3684fd0ed51de3c358f23a8ad62c
+ source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.14.4.tar.gz
+ sha256sums = 11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c
pkgname = transifex-client
diff --git a/PKGBUILD b/PKGBUILD
index 299584cf4faf..323d9481ba8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=transifex-client
-pkgver=0.14.3
+pkgver=0.14.4
pkgrel=1
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
arch=('any')
@@ -19,7 +19,7 @@ depends=(
'python-gitpython'
)
source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b0aa25ebb9516983c56bb060f4a35ad6b0eb3684fd0ed51de3c358f23a8ad62c')
+sha256sums=('11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c')
prepare() {
cd "${pkgname}-${pkgver}"