summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-03 08:25:03 +0000
committerBioArchLinuxBot2024-03-03 08:25:03 +0000
commitf0f0c258c2ed757846a921f8899debb16affa14e (patch)
tree935dad647c7ce8a2958c15c3ff1ea8b5647494a9
parentaed0b75ebc54ee070be48e56a132b67d9caef50f (diff)
downloadaur-f0f0c258c2ed757846a921f8899debb16affa14e.tar.gz
[lilac] updated to 1.3.0-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8936ed9cda43..a75471693cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NBISweden/AGAT
arch = any
license = GPL3
@@ -12,11 +12,14 @@ pkgbase = agat
depends = perl-file-sharedir
depends = perl-file-sharedir-install
depends = perl-graph
+ depends = perl-libwww
depends = perl-lwp-protocol-https
depends = perl-lwp-useragent-determined
depends = perl-moose
depends = perl-sort-naturally
depends = perl-yaml-libyaml
+ depends = perl-term-progressbar
+ depends = perl-list-moreutils
options = !emptydirs
options = purge
source = agat-1.3.0.tar.gz::https://github.com/NBISweden/AGAT/archive/refs/tags/v1.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c12d1d817159..5ae7f3a3261c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=agat
_pkgname=AGAT
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
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')
url='https://github.com/NBISweden/AGAT'
@@ -16,11 +16,14 @@ depends=(
'perl-file-sharedir'
'perl-file-sharedir-install'
'perl-graph'
+ 'perl-libwww'
'perl-lwp-protocol-https'
'perl-lwp-useragent-determined'
'perl-moose'
'perl-sort-naturally'
'perl-yaml-libyaml'
+ 'perl-term-progressbar'
+ 'perl-list-moreutils'
)
source=($pkgname-$pkgver.tar.gz::https://github.com/NBISweden/AGAT/archive/refs/tags/v$pkgver.tar.gz)
sha512sums=('ce619906ad77ece472e61e9be5837b5635a85fe98aadd88cf1c02350d6c45414caa959ec07b82f5522d8f273165808c91b40298aea6324be203248a2c2a02dab')