Update PKGBUILD

This commit is contained in:
月季花中的星辰 2022-01-17 04:23:15 +00:00 committed by GitHub
parent 7f877a1562
commit 3b65e4d216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ _pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgrel=1
pkgdesc="Sequence ('FASTA'), Annotation ('GFF') and Variants ('VCF') for 17 Samples of 'P. Infestans" and 1 'P. Mirabilis'"
pkgdesc="Sequence, Annotation and Variants for 17 Samples of P. Infestans and 1 P. Mirabilis"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
@ -23,4 +23,3 @@ package() {
install -dm0755 "${pkgdir}/usr/lib/R/library"
cp -a --no-preserve=ownership "${_pkgname}" "${pkgdir}/usr/lib/R/library"
}
# vim:set ts=2 sw=2 et: