summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangzhichao2023-02-07 10:17:20 +0800
committerwangzhichao2023-02-07 10:17:20 +0800
commit5ff48c01609e6dcff8d13369f5d67874cf2fa237 (patch)
tree117b99d97c103003390201bdce6e4ef158874c1d
parent13f75d7330a0e3586ea125f61150ee11a9521983 (diff)
downloadaur-5ff48c01609e6dcff8d13369f5d67874cf2fa237.tar.gz
update to v1.112
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d269fd6ed7a..7f6516e8798f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = tbtools
pkgdesc = GUI/CommandLine Tool Box for biologistists to utilize NGS data.
- pkgver = 1.098775
- pkgrel = 2
+ pkgver = 1.112
+ pkgrel = 1
url = https://github.com/CJ-Chen/TBtools
arch = x86_64
license = custom:commercial
depends = java-runtime>=1.8
depends = bash
options = !strip
- source = TBtools-1.098775.zip::https://github.com/CJ-Chen/TBtools/archive/refs/tags/1.098775.zip
+ source = TBtools-1.112.zip::https://github.com/CJ-Chen/TBtools/archive/refs/tags/v1.112.zip
source = TBtools.desktop
- sha256sums = de988d0bff4ae73341e618867eae5598bf664d530fc4224b0381a4851038aad0
+ sha256sums = 32c209531143eb6955fc6a822b77b84f90545ec93043f73e415a17cfa839fb66
sha256sums = 3c12fbf52a0e3fb96fe62302f6b3938e8e42a393468620091ca7d9259073af13
pkgname = tbtools
diff --git a/PKGBUILD b/PKGBUILD
index 096584512ef3..314c3de0eff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: wangzhichao <wangzhichao1990@126.com>
pkgname=tbtools
_pkgname=TBtools
-pkgver=1.098775
-pkgrel=2
+pkgver=1.112
+pkgrel=1
pkgdesc='GUI/CommandLine Tool Box for biologistists to utilize NGS data. '
arch=('x86_64')
license=('custom:commercial')
depends=('java-runtime>=1.8' 'bash')
url='https://github.com/CJ-Chen/TBtools'
-source=("${_pkgname}-${pkgver}.zip::https://github.com/CJ-Chen/TBtools/archive/refs/tags/${pkgver}.zip"
+source=("${_pkgname}-${pkgver}.zip::https://github.com/CJ-Chen/TBtools/archive/refs/tags/v${pkgver}.zip"
"${_pkgname}.desktop"
)
sha256sums=(
- 'de988d0bff4ae73341e618867eae5598bf664d530fc4224b0381a4851038aad0'
+ '32c209531143eb6955fc6a822b77b84f90545ec93043f73e415a17cfa839fb66'
'3c12fbf52a0e3fb96fe62302f6b3938e8e42a393468620091ca7d9259073af13'
)
options=(!strip)