Skip to content

Commit

Permalink
upgpkg: transifex-client 0.14.2-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
simon04 committed Nov 29, 2020
1 parent 935c512 commit 0b47484
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
pkgver = 0.13.10
pkgver = 0.14.2
pkgrel = 1
url = http://pypi.python.org/pypi/transifex-client
arch = any
Expand All @@ -11,8 +11,8 @@ pkgbase = transifex-client
depends = python-requests
depends = python-slugify
depends = python-gitpython
source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.13.10.tar.gz
sha256sums = 633444d0dfa6fba4e1dbdc1cce259ec510e63a3cebc03b3b6e090134a18f4fef
source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.14.2.tar.gz
sha256sums = b458c56d6d07d2d8269b43d5049026304ed9a34d31bdf655d9e1864807e7555b

pkgname = transifex-client

7 changes: 4 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
# Maintainer: Simon Legner <[email protected]>
# Contributor: Muflone http://www.muflone.com/contacts/english/
# Contributor: Patrick McCarty <pnorcks at gmail dot com>

pkgname=transifex-client
pkgver=0.13.10
pkgver=0.14.2
pkgrel=1
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
arch=('any')
Expand All @@ -11,7 +12,7 @@ license=('GPL2')
depends=('python-distribute' 'python-urllib3' 'python-six' 'python-requests'
'python-slugify' 'python-gitpython')
source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('633444d0dfa6fba4e1dbdc1cce259ec510e63a3cebc03b3b6e090134a18f4fef')
sha256sums=('b458c56d6d07d2d8269b43d5049026304ed9a34d31bdf655d9e1864807e7555b')

build() {
cd "${pkgname}-${pkgver}"
Expand Down

0 comments on commit 0b47484

Please sign in to comment.