summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5823e0f557f9..1f78542f81e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-jaspreliability
pkgdesc = Reliability Module for JASP
- pkgver = 0.16.4
- pkgrel = 2
+ pkgver = 0.17.0
+ pkgrel = 1
url = https://github.com/jasp-stats/jaspReliability
arch = any
groups = r-jasp
@@ -20,7 +20,7 @@ pkgbase = r-jaspreliability
depends = r-psych
depends = r-lme4
depends = r-irr
- source = git+https://github.com/jasp-stats/jaspReliability.git#commit=b93bbd102e
+ source = git+https://github.com/jasp-stats/jaspReliability.git#commit=bee8ac4d4447
sha256sums = SKIP
pkgname = r-jaspreliability
diff --git a/PKGBUILD b/PKGBUILD
index a5691ef35f1b..e1bdf7bd036a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
#Maintainer: sukanka <su975853527 AT gmail.com>
_pkgname=jaspReliability
-_pkgver=0.16.4
+_pkgver=0.17.0
pkgname=r-${_pkgname,,}
-pkgver=0.16.4
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc="Reliability Module for JASP"
arch=('any')
url="https://github.com/jasp-stats/${_pkgname}"
@@ -24,7 +24,7 @@ depends=(r
groups=(r-jasp r-jaspextra)
makedepends=('git')
optdepends=()
-source=("git+https://github.com/jasp-stats/${_pkgname}.git#commit=b93bbd102e")
+source=("git+https://github.com/jasp-stats/${_pkgname}.git#commit=bee8ac4d4447")
sha256sums=('SKIP')