summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-22 22:32:30 +0300
committerViktor Drobot2021-12-22 22:32:30 +0300
commitaa35f59c03fa96637910b44f1e456c2cc56f6a05 (patch)
treeb51b8fdcf9df5f5e1a8328ef57fc1e37bfd7142b
parentbc06c5c5c22455aed24114e34ea0a1458071de20 (diff)
downloadaur-aa35f59c03fa96637910b44f1e456c2cc56f6a05.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a147401ad6ba..16e6d609a502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,6 @@ pkgbase = r-ggpubr
optdepends = r-rcolorbrewer
optdepends = r-gtable
source = https://cran.r-project.org/src/contrib/ggpubr_0.4.0.tar.gz
- md5sums = 707ceb412fe745c5a98260b51763131d
+ sha256sums = abb21ec0b1ae3fa1c58eedca2d59b9b009621b30e3660f1247b3880c5fa50675
pkgname = r-ggpubr
-
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}"