mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-hicdoc: fix license
This commit is contained in:
parent
335ae269d6
commit
f48a3806fc
2 changed files with 5 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=HiCDOC
|
||||
_pkgver=1.4.0
|
||||
_pkgver=1.4.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="A/B compartment detection and differential analysis"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -40,8 +40,8 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('334df180a7e5e2851bbf6724e8537ffd')
|
||||
b2sums=('67f4cc964d019c0e4c7b0e6bc5216efaff31be6a5e10a912f40c75b23a3f7ddfe2840830cac5a1bf3208b393c9820de48da5b0e0a74f7512e7429d4b811a407e')
|
||||
md5sums=('59d58d99e24dccaa4affca286d29b2cb')
|
||||
b2sums=('752ac1384874401d710f88951307c67751a1f83f599c29bb837fc92a218dd97a63491bd5111425a07124c1fbf3a1718e19c46b67b57ba96d8b91d2cd025553d4')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
|||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(
|
||||
_G,
|
||||
expect_license = "file LICENSE",
|
||||
)
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
|
|
Loading…
Add table
Reference in a new issue