summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2019-05-17 15:29:56 -0700
committerrkcf2019-05-17 15:29:56 -0700
commita25066087e3296955d5ddc1e86bc846b6e04e6ae (patch)
tree1c1747f42d910b12725bd89125e7d0309d9c3af6
parent1ccb80f9194a701e07a6f2e278d372ed9f8be6bb (diff)
downloadaur-a25066087e3296955d5ddc1e86bc846b6e04e6ae.tar.gz
update to 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f70bf9414ca9..7b76aa2cf0c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psychopy
pkgdesc = An experiment builder for neuroscience, psychology and psychophysics
- pkgver = 3.1.0
+ pkgver = 3.1.2
pkgrel = 1
url = http://www.psychopy.org
arch = any
@@ -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.1.0.tar.gz
+ source = https://github.com/psychopy/psychopy/archive/3.1.2.tar.gz
source = setup.cfg.patch
- md5sums = a5c254a43df3675505d9e4e7fffaabe8
+ md5sums = 84a8a2c685166625db353e074217d8bf
md5sums = 51eae5ff98af0e0f83ca7187ff81e055
pkgname = psychopy
diff --git a/PKGBUILD b/PKGBUILD
index b10b6aab9c40..57f1989156ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Martin Corley <Martin.Corley@ed.ac.uk>
pkgname=psychopy
-pkgver=3.1.0
+pkgver=3.1.2
pkgrel=1
pkgdesc="An experiment builder for neuroscience, psychology and psychophysics"
arch=('any')
@@ -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=('a5c254a43df3675505d9e4e7fffaabe8'
+md5sums=('84a8a2c685166625db353e074217d8bf'
'51eae5ff98af0e0f83ca7187ff81e055')
prepare() {