seqtools: auto updated to 4.44.1-4

This commit is contained in:
BioArchLinuxBot 2023-09-06 06:03:37 +00:00
parent 6d7cd65da5
commit 55bb8b72a4
2 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_pkgname=deSolve
_pkgver=1.37
_pkgver=1.38
pkgname=r-${_pkgname,,}
pkgver=1.37
pkgver=1.38
pkgrel=1
pkgdesc="Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')"
arch=('x86_64')
@ -23,7 +23,7 @@ makedepends=(
gcc-fortran
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c1fa61c2c61d327733ac62a23b2c605a8ff28602540c510c2e8fa49e01a39fb3')
sha256sums=('a0b4fe5c46ae560a3f36eb31e474b08ed85a928e86ae52dd59457409de188969')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"

View file

@ -1,7 +1,7 @@
# Maintainer: Guoyi Zhang <guoyi zhang at malacology dot net>
pkgname=seqtools
pkgver=4.44.1
pkgrel=3
pkgrel=4
pkgdesc="A suite of tools for visualising sequence alignments"
arch=('x86_64')
url="https://www.sanger.ac.uk/tool/seqtools/"