summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-08-02 09:43:43 +0800
committerzxp198210052023-08-02 09:43:43 +0800
commit41f07abccc5e94b27611a2ce2953a2874456afd9 (patch)
tree9b53f635999d998cc873dfe8df37bffdd6b905e2 /PKGBUILD
parent7f2a5a0d3e1b47c5b6609595cd9d39d5e5dde644 (diff)
downloadaur-41f07abccc5e94b27611a2ce2953a2874456afd9.tar.gz
update to 3.5.0-LITE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 12 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e86ebbd0f167..ff8db9993511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,25 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="translationcore-bin"
-pkgver=3.4.0lite
-_pkgver=3.4.0-LITE
-pkgrel=2
+pkgver=3.5.0_lite
+_pkgver=3.5.0-LITE
+pkgrel=1
pkgdesc="An open source platform for checking and managing Bible translation projects"
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
url="https://www.translationcore.com/"
_githuburl="https://github.com/unfoldingWord/translationCore"
license=('ISC')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
-depends=('bash' 'electron17' 'hicolor-icon-theme')
+depends=('bash' 'electron25' 'hicolor-icon-theme')
makedepends=('asar')
-source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${_pkgver}/tC-linux-x64-${_pkgver}-5b601bd.deb"
- "LICENSE::https://raw.githubusercontent.com/unfoldingWord/translationCore/develop/LICENSE"
+source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_githuburl}/releases/download/v${_pkgver}/tC-linux-arm64-${_pkgver}-30831db.deb")
+source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_githuburl}/releases/download/v${_pkgver}/tC-linux-x64-${_pkgver}-30831db.deb")
+source=("LICENSE::https://raw.githubusercontent.com/unfoldingWord/translationCore/develop/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('171ce1a32db7b30464a3d4b9296a4cefa6f789f8c6873b7964f9058da1231434'
- 'a756bd73c46e3e9b85ff0222658f4c63851ebc5af63811adc4333ff618688417'
- '3aa6edb1f5a12939f6b8ac380d8762ac18b7186e14f0dfb9d61d57c13f2f317f')
+sha256sums=('a756bd73c46e3e9b85ff0222658f4c63851ebc5af63811adc4333ff618688417'
+ 'eb05b462f6b48d3b3e51622881942cff873d8a809ce030df46d6eaec2c40c724')
+sha256sums_aarch64=('6bfcbf759cbb01d7188610feff2788949c55f7081e2b3f915291dcc3b0ebf840')
+sha256sums_x86_64=('bb5f2136182adcdd222eae72e1d2e6ca90dfa66c384b663e3855d393643a4c9d')
package() {
bsdtar -xf "${srcdir}/data.tar.xz"
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/opt/${pkgname%-bin}/${pkgname%-bin}"