Skip to content

Commit

Permalink
Revert "Version 1.6.11-1"
Browse files Browse the repository at this point in the history
This reverts commit 27b9a19.

The upstream release was deleted, see
transifex/cli#219 (comment)
  • Loading branch information
dbrgn committed Apr 24, 2024
1 parent 27b9a19 commit 1425e7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
pkgver = 1.6.11
pkgrel = 1
pkgver = 1.6.10
pkgrel = 2
url = https://github.com/transifex/cli
install = transifex-client.install
arch = x86_64
license = Apache
makedepends = go
source = transifex-client-1.6.11.tar.gz::https://github.com/transifex/cli/archive/refs/tags/v1.6.11.tar.gz
sha256sums = 837f196146a1d12bae551f7926d18b1cf32177a29b8d21b621e4e3cbb2eb81d7
source = transifex-client-1.6.10.tar.gz::https://github.com/transifex/cli/archive/refs/tags/v1.6.10.tar.gz
sha256sums = 0256e68ac9a6b9c963c8db9fdb5b7a6b5c7445c0c0d31884477fbde36fd3025b

pkgname = transifex-client
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>

pkgname=transifex-client
pkgver=1.6.11
pkgrel=1
pkgver=1.6.10
pkgrel=2
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
arch=('x86_64')
url="https://github.com/transifex/cli"
Expand All @@ -14,7 +14,7 @@ depends=()
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/transifex/cli/archive/refs/tags/v${pkgver}.tar.gz")
install=transifex-client.install
sha256sums=('837f196146a1d12bae551f7926d18b1cf32177a29b8d21b621e4e3cbb2eb81d7')
sha256sums=('0256e68ac9a6b9c963c8db9fdb5b7a6b5c7445c0c0d31884477fbde36fd3025b')

prepare() {
cd "cli-${pkgver}"
Expand Down

0 comments on commit 1425e7b

Please sign in to comment.