summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-05 18:12:59 +0000
committerBioArchLinuxBot2024-04-05 18:12:59 +0000
commit55ee66e0bb150a60a46dd03d699f3184bd97646d (patch)
treed3c7c8d9a89a91a6e32e645e784df6c22ef1db38
parentf35761f7d742fe6c2c2c0168fddec76bf1d48375 (diff)
downloadaur-agat.tar.gz
[lilac] updated to 1.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f49296d1a4a..508c56b5c4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agat
pkgdesc = Another Gtf/Gff Analysis Toolkit is a suite of tools to handle gene annotations in GTF/GFF format. doi:10.5281/zenodo.3552717
- pkgver = 1.3.3
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/NBISweden/AGAT
arch = any
@@ -22,7 +22,7 @@ pkgbase = agat
depends = perl-list-moreutils
options = !emptydirs
options = purge
- source = agat-1.3.3.tar.gz::https://github.com/NBISweden/AGAT/archive/refs/tags/v1.3.3.tar.gz
- sha512sums = af9b27e2fc334ed5206ec24f9d5cc052a8455de0379f433b579c35d4026d3f997a4a2f3d21fe1f1dacca45a9b6a8a1fefc68fadf4fd47474874f27f078015b31
+ source = agat-1.4.0.tar.gz::https://github.com/NBISweden/AGAT/archive/refs/tags/v1.4.0.tar.gz
+ sha512sums = a6c4702641579ecaa6b58be14b6061a975ea44e8b7d00c545a555485a94f8a6dc56007a728911b7d03254c76931ef1d5fe8ca200ecda75e22a49aaddd9b227fd
pkgname = agat
diff --git a/PKGBUILD b/PKGBUILD
index 2f029d0e5879..db4fcedfc370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=agat
_pkgname=AGAT
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="Another Gtf/Gff Analysis Toolkit is a suite of tools to handle gene annotations in GTF/GFF format. doi:10.5281/zenodo.3552717"
arch=('any')
@@ -26,7 +26,7 @@ depends=(
'perl-list-moreutils'
)
source=($pkgname-$pkgver.tar.gz::https://github.com/NBISweden/AGAT/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('af9b27e2fc334ed5206ec24f9d5cc052a8455de0379f433b579c35d4026d3f997a4a2f3d21fe1f1dacca45a9b6a8a1fefc68fadf4fd47474874f27f078015b31')
+sha512sums=('a6c4702641579ecaa6b58be14b6061a975ea44e8b7d00c545a555485a94f8a6dc56007a728911b7d03254c76931ef1d5fe8ca200ecda75e22a49aaddd9b227fd')
options=('!emptydirs' 'purge')
build() {