diff options
author | BioArchLinuxBot | 2024-02-22 18:06:05 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-02-22 18:06:05 +0000 |
commit | b766dd06861b6ca65e404922c7003bac7b94f5a7 (patch) | |
tree | 9e6a87774c84bc1d25dc457b78b90d1bd103f9fc | |
parent | 4022bf23469bff80c40f1efebe8e654a7d36b21b (diff) | |
download | aur-b766dd06861b6ca65e404922c7003bac7b94f5a7.tar.gz |
[lilac] updated to 0.4.33-1
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 18 |
2 files changed, 15 insertions, 15 deletions
@@ -1,14 +1,14 @@ pkgbase = r-runit pkgdesc = R Unit Test Framework - pkgver = 0.4.32 - pkgrel = 10 + pkgver = 0.4.33 + pkgrel = 1 url = https://cran.r-project.org/package=RUnit arch = any - license = GPL2 + license = GPL-2.0-only depends = r optdepends = r-xml - source = https://cran.r-project.org/src/contrib/RUnit_0.4.32.tar.gz - md5sums = 5e72a1820cfc8e68e8bc04cb27664196 - sha256sums = 23a393059989000734898685d0d5509ece219879713eb09083f7707f167f81f1 + source = https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz + md5sums = 15fe8bcba8961e79e9a43df943f82467 + b2sums = 2429d2e465f3d88fb1f4485e5842161e2546ef7427b17351275e05d81ece5393a7f35488a4fe30ab676f35cdbe0b58c5c7bdfbe536636a83acbe47d34cde87d1 pkgname = r-runit @@ -2,14 +2,14 @@ # Contributor: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=RUnit -_pkgver=0.4.32 +_pkgver=0.4.33 pkgname=r-${_pkgname,,} -pkgver=${_pkgver//[:-]/.} -pkgrel=10 +pkgver=${_pkgver//-/.} +pkgrel=1 pkgdesc="R Unit Test Framework" arch=(any) -url="https://cran.r-project.org/package=${_pkgname}" -license=(GPL2) +url="https://cran.r-project.org/package=$_pkgname" +license=('GPL-2.0-only') depends=( r ) @@ -17,12 +17,12 @@ optdepends=( r-xml ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -md5sums=('5e72a1820cfc8e68e8bc04cb27664196') -sha256sums=('23a393059989000734898685d0d5509ece219879713eb09083f7707f167f81f1') +md5sums=('15fe8bcba8961e79e9a43df943f82467') +b2sums=('2429d2e465f3d88fb1f4485e5842161e2546ef7427b17351275e05d81ece5393a7f35488a4fe30ab676f35cdbe0b58c5c7bdfbe536636a83acbe47d34cde87d1') build() { - mkdir -p build - R CMD INSTALL "$_pkgname" -l build + mkdir build + R CMD INSTALL -l build "$_pkgname" } package() { |