mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gdata: push to AUR
This commit is contained in:
parent
902828fed3
commit
212e491361
3 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: dhn <neilson+aur@sent.com>
|
||||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
# Contributor: dhn <neilson+aur@sent.com>
|
||||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
|
||||
_pkgname=gdata
|
||||
|
@ -20,6 +20,7 @@ checkdepends=(
|
|||
r-runit
|
||||
)
|
||||
optdepends=(
|
||||
perl-spreadsheet-parsexlsx
|
||||
r-runit
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
|
|
|
@ -14,3 +14,4 @@ def pre_build():
|
|||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
|
|
|
@ -12,3 +12,5 @@ update_on:
|
|||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
||||
- source: manual
|
||||
manual: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue