mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-lubridate: auto updated to 1.9.3-1
This commit is contained in:
parent
256af9ff4e
commit
ec03ce5c86
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
|||
# Contributor: wagnerflo <florian@wagner-flo.net>
|
||||
|
||||
_pkgname=lubridate
|
||||
_pkgver=1.9.2
|
||||
_pkgver=1.9.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="Make Dealing with Dates a Little Easier"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -28,8 +28,8 @@ optdepends=(
|
|||
r-vctrs
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('625d6478985cfeb135546b1321e046d5')
|
||||
sha256sums=('8976431a4affe989261cbaa5e09cd44bb42a3b16eed59a42c1698da34c6544a7')
|
||||
md5sums=('eaa5966c86bf744c2f5d58bbb39cbec3')
|
||||
sha256sums=('2b6e1406d231b0a14d60b99cc406d159fea5465a5694725ad25343f12cf37fff')
|
||||
|
||||
prepare() {
|
||||
# skip test that requires a French locale
|
||||
|
|
Loading…
Add table
Reference in a new issue