summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-12-22 22:32:30 +0300
committerViktor Drobot2021-12-22 22:32:30 +0300
commitaa35f59c03fa96637910b44f1e456c2cc56f6a05 (patch)
treeb51b8fdcf9df5f5e1a8328ef57fc1e37bfd7142b /PKGBUILD
parentbc06c5c5c22455aed24114e34ea0a1458071de20 (diff)
downloadaur-aa35f59c03fa96637910b44f1e456c2cc56f6a05.tar.gz
Fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3647c253248d..6f0fdcdaa59a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=(GPL2)
depends=('r>=3.1.0' r-ggplot2 r-ggrepel r-ggsci r-tidyr r-purrr 'r-dplyr>=0.7.1' r-cowplot r-ggsignif r-scales r-gridextra r-glue r-polynom r-rlang 'r-rstatix>=0.6.0' r-tibble r-magrittr)
optdepends=(r-knitr r-rcolorbrewer r-gtable)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('707ceb412fe745c5a98260b51763131d')
+sha256sums=('abb21ec0b1ae3fa1c58eedca2d59b9b009621b30e3660f1247b3880c5fa50675')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"