From f48a3806fc5b7db7aaa04391e0250498c24bfeac Mon Sep 17 00:00:00 2001 From: Pekka Ristola Date: Wed, 21 Feb 2024 07:54:53 +0200 Subject: [PATCH] r-hicdoc: fix license --- BioArchLinux/r-hicdoc/PKGBUILD | 8 ++++---- BioArchLinux/r-hicdoc/lilac.py | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/BioArchLinux/r-hicdoc/PKGBUILD b/BioArchLinux/r-hicdoc/PKGBUILD index 19e221af95..e767970134 100644 --- a/BioArchLinux/r-hicdoc/PKGBUILD +++ b/BioArchLinux/r-hicdoc/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Pekka Ristola _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 diff --git a/BioArchLinux/r-hicdoc/lilac.py b/BioArchLinux/r-hicdoc/lilac.py index c808eaf563..b5cdb057c5 100644 --- a/BioArchLinux/r-hicdoc/lilac.py +++ b/BioArchLinux/r-hicdoc/lilac.py @@ -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()