summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-19 18:01:33 +0000
committerBioArchLinuxBot2022-07-19 18:01:33 +0000
commit805ef2231b2d95e364745fe1acb124586a4e6f8e (patch)
tree5cafd0b0fc813b3fc6af7bc6470acdba5bcc5aea
parentd7388f40a26d4d9ebd362d5909e7bc2f8f149bba (diff)
downloadaur-805ef2231b2d95e364745fe1acb124586a4e6f8e.tar.gz
[lilac] updated to 0.16.4-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9393a4909dfc..ca37e9420976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-jaspbase
pkgdesc = Package contains the JASP Bayesian and Frequentist analyses.
pkgver = 0.16.4
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/jasp-stats/jaspBase
arch = x86_64
groups = r-jasp
@@ -35,7 +35,7 @@ pkgbase = r-jaspbase
depends = r-stringi
depends = r-stringr
depends = r-vdiffr
- source = git+https://github.com/jasp-stats/jaspBase.git
+ source = git+https://github.com/jasp-stats/jaspBase.git#commit=5734a5974
sha256sums = SKIP
pkgname = r-jaspbase
diff --git a/PKGBUILD b/PKGBUILD
index 005c9ed6f40e..eb6fa6b3be2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=jaspBase
_pkgver=0.16.4
pkgname=r-${_pkgname,,}
pkgver=0.16.4
-pkgrel=1
+pkgrel=3
pkgdesc="Package contains the JASP Bayesian and Frequentist analyses."
arch=('x86_64')
url="https://github.com/jasp-stats/${_pkgname}"
@@ -39,7 +39,7 @@ depends=(r
groups=(r-jasp r-jaspbase)
makedepends=('git')
optdepends=()
-source=("git+https://github.com/jasp-stats/${_pkgname}.git")
+source=("git+https://github.com/jasp-stats/${_pkgname}.git#commit=5734a5974")
sha256sums=('SKIP')