summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9325242b05c..7f64834613ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = crowdin-cli
pkgdesc = Command line tool that allows you to manage and synchronize localization resources with your Crowdin project
- pkgver = 3.19.2
+ pkgver = 4.0.0
pkgrel = 1
url = https://support.crowdin.com/cli-tool/
arch = any
license = MIT
makedepends = git
- makedepends = java-environment>=8
+ makedepends = java-environment>=17
makedepends = grep
makedepends = awk
- depends = java-runtime>=8
+ depends = java-runtime>=17
conflicts = crowdin-cli-bin
- source = git+https://github.com/crowdin/crowdin-cli.git#tag=3.19.2
+ source = git+https://github.com/crowdin/crowdin-cli.git#tag=4.0.0
source = crowdin
md5sums = SKIP
md5sums = b018bcf51df64a8e68450cd7ac0e3838
diff --git a/PKGBUILD b/PKGBUILD
index fe1419e16f8d..d1d1035376b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Senya <senya at riseup.net>
pkgname=crowdin-cli
-pkgver=3.19.2
+pkgver=4.0.0
pkgrel=1
pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project"
url="https://support.crowdin.com/cli-tool/"
license=('MIT')
-depends=('java-runtime>=8')
-makedepends=('git' 'java-environment>=8' 'grep' 'awk')
+depends=('java-runtime>=17')
+makedepends=('git' 'java-environment>=17' 'grep' 'awk')
conflicts=('crowdin-cli-bin')
arch=('any')
md5sums=('SKIP' 'b018bcf51df64a8e68450cd7ac0e3838')