summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-20 18:09:46 +0000
committerBioArchLinuxBot2024-03-20 18:09:46 +0000
commit39372ba66f4c2e4638cdab46e9b3da773ce17992 (patch)
tree52f0da813dc070dde62982c3c387ef6b772fddda
parentc45173a62577ccab502efa9be192d834ca16950e (diff)
downloadaur-39372ba66f4c2e4638cdab46e9b3da773ce17992.tar.gz
[lilac] updated to 2.14.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e1b257e986..8d28ff4f1281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = r-rprotobuflib
pkgdesc = C++ headers and static libraries of Protocol buffers
- pkgver = 2.14.0
+ pkgver = 2.14.1
pkgrel = 1
url = https://bioconductor.org/packages/RProtoBufLib
arch = x86_64
- license = BSD
+ license = LicenseRef-RProtoBufLib
depends = protobuf
depends = r
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RProtoBufLib_2.14.0.tar.gz
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RProtoBufLib_2.14.1.tar.gz
source = system-protobuf.patch
- md5sums = e7351127e6b19daaae94fcecc970292b
+ md5sums = 7a648c56be729d182d707f7077e4249c
md5sums = b86808f8853c60a736e5d47f89c7dddc
- sha256sums = d8c0c6ced9ea9bb661288697fbbdb1ffb754dd8d2af85132b039fbe666242ac4
- sha256sums = 950a768ca57887b7045ce8de1839bab67771b97c06b8007c09c9b50e8c8848b8
+ b2sums = 06a9e9bacb706d0d997956d5dc0ddd4ca9cafb754e59f299c3d6b27433ad46db14e1e3390b07af71710176c37ecd164001a9eabe24bb52c07535ee9836ac6d10
+ b2sums = 573c657def792c4441dd6c3d8adc507489598a9fe79ad4ae1f6727a47fba061d287d859910b56caa64d96381d018403861a7f7769d7b232ac8c0fbbf0ce1798e
pkgname = r-rprotobuflib
diff --git a/PKGBUILD b/PKGBUILD
index c7271f666f0d..c861abdf7c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RProtoBufLib
-_pkgver=2.14.0
+_pkgver=2.14.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="C++ headers and static libraries of Protocol buffers"
arch=(x86_64)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(BSD)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('LicenseRef-RProtoBufLib')
depends=(
protobuf
r
@@ -20,10 +20,10 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
"system-protobuf.patch")
-md5sums=('e7351127e6b19daaae94fcecc970292b'
+md5sums=('7a648c56be729d182d707f7077e4249c'
'b86808f8853c60a736e5d47f89c7dddc')
-sha256sums=('d8c0c6ced9ea9bb661288697fbbdb1ffb754dd8d2af85132b039fbe666242ac4'
- '950a768ca57887b7045ce8de1839bab67771b97c06b8007c09c9b50e8c8848b8')
+b2sums=('06a9e9bacb706d0d997956d5dc0ddd4ca9cafb754e59f299c3d6b27433ad46db14e1e3390b07af71710176c37ecd164001a9eabe24bb52c07535ee9836ac6d10'
+ '573c657def792c4441dd6c3d8adc507489598a9fe79ad4ae1f6727a47fba061d287d859910b56caa64d96381d018403861a7f7769d7b232ac8c0fbbf0ce1798e')
prepare() {
# use system protobuf
@@ -35,8 +35,8 @@ prepare() {
}
build() {
- mkdir -p build
- SOVER="$_pkgver" R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ SOVER="$_pkgver" R CMD INSTALL -l build "$_pkgname"
}
package() {