summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2019-05-03 15:42:50 -0700
committerrkcf2019-05-03 15:42:50 -0700
commit1ccb80f9194a701e07a6f2e278d372ed9f8be6bb (patch)
tree8f4d7a0f3f75993fb7a90cde337118dc864a4f57
parentadd5daa88d8977bf91f05f2896dce44eb828b6e9 (diff)
downloadaur-1ccb80f9194a701e07a6f2e278d372ed9f8be6bb.tar.gz
update to 3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe7fcf671098..f70bf9414ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psychopy
pkgdesc = An experiment builder for neuroscience, psychology and psychophysics
- pkgver = 3.0.7
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = http://www.psychopy.org
arch = any
license = GPL3
@@ -44,9 +44,9 @@ pkgbase = psychopy
depends = webkit2gtk
depends = python-mock
optdepends = python-seaborn: For nice graphs
- source = https://github.com/psychopy/psychopy/archive/3.0.7.tar.gz
+ source = https://github.com/psychopy/psychopy/archive/3.1.0.tar.gz
source = setup.cfg.patch
- md5sums = 6edaaeea126f58b6e73cc2baba07b88c
+ md5sums = a5c254a43df3675505d9e4e7fffaabe8
md5sums = 51eae5ff98af0e0f83ca7187ff81e055
pkgname = psychopy
diff --git a/PKGBUILD b/PKGBUILD
index 0673c1987460..b10b6aab9c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Martin Corley <Martin.Corley@ed.ac.uk>
pkgname=psychopy
-pkgver=3.0.7
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
pkgdesc="An experiment builder for neuroscience, psychology and psychophysics"
arch=('any')
url="http://www.psychopy.org"
@@ -22,7 +22,7 @@ makedepends=('python-wheel' 'python-setuptools')
optdepends=('python-seaborn: For nice graphs')
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
"setup.cfg.patch")
-md5sums=('6edaaeea126f58b6e73cc2baba07b88c'
+md5sums=('a5c254a43df3675505d9e4e7fffaabe8'
'51eae5ff98af0e0f83ca7187ff81e055')
prepare() {