summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:00:23 +0000
committerBioArchLinuxBot2024-04-24 19:00:23 +0000
commitad2772f797083226ba288248baa1c7feb26facf9 (patch)
treedfdd215d0cd267ce4c84392103235ef419c4758a
parent5a3cdecfc7da7851f63a3633c9efbd0845f842d6 (diff)
downloadaur-ad2772f797083226ba288248baa1c7feb26facf9.tar.gz
[lilac] updated to 1.4.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2848f04a0d29..94774dbaffa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-biocbaseutils
pkgdesc = General utility functions for developing Bioconductor packages
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://bioconductor.org/packages/BiocBaseUtils
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
depends = r
optdepends = r-biocstyle
optdepends = r-knitr
diff --git a/PKGBUILD b/PKGBUILD
index 0a3613d7c91f..19f97abdc53d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=BiocBaseUtils
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="General utility functions for developing Bioconductor packages"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(Artistic2.0)
+license=('Artistic-2.0')
depends=(
r
)