mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rprotobuflib: auto updated to 2.14.0-1
This commit is contained in:
parent
1cfcb31f50
commit
2ac6fdc408
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=RProtoBufLib
|
_pkgname=RProtoBufLib
|
||||||
_pkgver=2.12.1
|
_pkgver=2.14.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="C++ headers and static libraries of Protocol buffers"
|
pkgdesc="C++ headers and static libraries of Protocol buffers"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -20,9 +20,9 @@ optdepends=(
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||||
"system-protobuf.patch")
|
"system-protobuf.patch")
|
||||||
md5sums=('d9018c7ced22e3684d963670007e3325'
|
md5sums=('e7351127e6b19daaae94fcecc970292b'
|
||||||
'b86808f8853c60a736e5d47f89c7dddc')
|
'b86808f8853c60a736e5d47f89c7dddc')
|
||||||
sha256sums=('b5c1c2d5ea6284ec33bda7af86fa99554687451287aabbacf91ed325a3ecf624'
|
sha256sums=('d8c0c6ced9ea9bb661288697fbbdb1ffb754dd8d2af85132b039fbe666242ac4'
|
||||||
'950a768ca57887b7045ce8de1839bab67771b97c06b8007c09c9b50e8c8848b8')
|
'950a768ca57887b7045ce8de1839bab67771b97c06b8007c09c9b50e8c8848b8')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue