summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2018-03-25 20:35:41 +0200
committerMuflone2018-03-25 20:35:41 +0200
commit5089a657855e68dbc8459186f754095eb5952297 (patch)
tree047bd6da2c2f8c6430553ffbf81adc99d0ee201d
parent732b8f14d7a84da0c14da0d550bec062be726fc9 (diff)
downloadaur-5089a657855e68dbc8459186f754095eb5952297.tar.gz
Updated package transifex-client 0.13.1-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952af02ef0f7..ddbe4e639228 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Mar 25 18:30:13 UTC 2018
+# Sun Mar 25 18:35:01 UTC 2018
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = http://pypi.python.org/pypi/transifex-client
arch = any
license = GPL2
depends = python-distribute
depends = python-urllib3
+ depends = python-six
+ depends = python-requests
+ depends = python-slugify
source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.13.1.tar.gz
sha256sums = 9c5a59199e1613c64c71bb0d835afc44487f00fb5b78661053505952fcba1392
diff --git a/PKGBUILD b/PKGBUILD
index c7a58b8c9bee..b366b14b0372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=transifex-client
pkgver=0.13.1
-pkgrel=1
+pkgrel=2
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
arch=('any')
url="http://pypi.python.org/pypi/transifex-client"
license=('GPL2')
-depends=('python-distribute' 'python-urllib3')
+depends=('python-distribute' 'python-urllib3' 'python-six' 'python-requests'
+ 'python-slugify')
source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('9c5a59199e1613c64c71bb0d835afc44487f00fb5b78661053505952fcba1392')