Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
upgpkg: transifex-client 0.14.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jun 21, 2021
1 parent 6b38ba3 commit ac8a9e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transifex-client/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
pkgver = 0.14.2
pkgrel = 1
pkgrel = 2
url = http://pypi.python.org/pypi/transifex-client
arch = any
license = GPL2
Expand Down
7 changes: 6 additions & 1 deletion transifex-client/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=transifex-client
pkgver=0.14.2
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"
Expand All @@ -14,6 +14,11 @@ depends=('python-distribute' 'python-urllib3' 'python-six' 'python-requests'
source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('b458c56d6d07d2d8269b43d5049026304ed9a34d31bdf655d9e1864807e7555b')

prepare() {
cd "${pkgname}-${pkgver}"
sed -i 's#python-slugify<5.0.0#python-slugify#' requirements.txt
}

build() {
cd "${pkgname}-${pkgver}"
python setup.py build
Expand Down

0 comments on commit ac8a9e8

Please sign in to comment.