summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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')