summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 08:10:16 +0000
committerBioArchLinuxBot2024-04-25 08:10:16 +0000
commitc64af20c840a6df24025a0f81bd73d8edd71ebc3 (patch)
tree6c8e753a27f1742e357e92d089d011425e21e9d5
parent7e9ce06024bcd08a53cb651748098c814a57aa89 (diff)
downloadaur-c64af20c840a6df24025a0f81bd73d8edd71ebc3.tar.gz
[lilac] updated to 1.2.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7967f502eea..6455c0650e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-askpass
pkgdesc = Password Entry Utilities for R, Git, and SSH
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=askpass
arch = x86_64
license = MIT
@@ -10,6 +10,6 @@ pkgbase = r-askpass
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/askpass_1.2.0.tar.gz
md5sums = 59d2bbfe6bd3a7bf05d56006f1cb1d6a
- sha256sums = b922369781934d0ffc8d0c0177e8ace56796c2e6a726f65e460c16f792592cef
+ b2sums = 3a2ecd6b3e199216dad2d09aefcc291fa23195a6b348ff0bb364c4122fd6adcbe133bdb0bfc0c0e39fa56f948c5496559df243e2901ca59f9d0f4ca7bcc6fc92
pkgname = r-askpass
diff --git a/PKGBUILD b/PKGBUILD
index 2cf87518b09e..87428fe32cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=askpass
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Password Entry Utilities for R, Git, and SSH"
arch=(x86_64)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(MIT)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('MIT')
depends=(
r-sys
)
@@ -23,11 +23,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('59d2bbfe6bd3a7bf05d56006f1cb1d6a')
-sha256sums=('b922369781934d0ffc8d0c0177e8ace56796c2e6a726f65e460c16f792592cef')
+b2sums=('3a2ecd6b3e199216dad2d09aefcc291fa23195a6b348ff0bb364c4122fd6adcbe133bdb0bfc0c0e39fa56f948c5496559df243e2901ca59f9d0f4ca7bcc6fc92')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {