diff options
author | BioArchLinuxBot | 2023-01-10 18:01:32 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-01-10 18:01:32 +0000 |
commit | 57e3fc1ba4e0a3b8c6f7fe1d81db1ae9b30404fa (patch) | |
tree | e6fecb501c33908bc9dc7c4c520a935280e6fb12 /PKGBUILD | |
parent | 83795837322169f21058c1c29d3048e8645a3694 (diff) | |
download | aur-57e3fc1ba4e0a3b8c6f7fe1d81db1ae9b30404fa.tar.gz |
[lilac] updated to 2.2.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ # Contributor: Robert Greener <me@r0bert.dev> _pkgname=rbibutils -_pkgver=2.2.11 +_pkgver=2.2.12 pkgname=r-${_pkgname,,} -pkgver=2.2.11 +pkgver=2.2.12 pkgrel=1 pkgdesc="Read 'Bibtex' Files and Convert Between Bibliography Formats" arch=('x86_64') @@ -18,7 +18,7 @@ optdepends=( r-testthat ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('85a475082f978f2a010029143c3efcac01236ef600c00d1b9530da68d176e381') +sha256sums=('8525d02a8fec9fe438fabeded98fc2873a67eb603c5e353749046dde235352d4') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |