r-hicdoc: fix license

This commit is contained in:
Pekka Ristola 2024-02-21 07:54:53 +02:00
parent 335ae269d6
commit f48a3806fc
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -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()