summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel E. Shub2020-07-22 09:55:35 -0400
committerDaniel E. Shub2020-07-22 09:55:35 -0400
commit245ca4d7e764c21b23b3088172f8cef1dd532a38 (patch)
tree55fd5886c2492c327b2079b16d58d87e6f41ce9d
parent8e2c6b2a5d46a58c19ff34ec51abb72b7a9d72fe (diff)
downloadaur-245ca4d7e764c21b23b3088172f8cef1dd532a38.tar.gz
2020.1.3-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f1b566aab4..c114f10d9d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psychopy
pkgdesc = An experiment builder for neuroscience, psychology and psychophysics
pkgver = 2020.1.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.psychopy.org
arch = any
license = GPL3
@@ -33,7 +33,7 @@ pkgbase = psychopy
depends = python-pytables
depends = python-pyzmq
depends = python-moviepy
- depends = python-opencv-python
+ depends = opencv
depends = python-gitlab
depends = python-gitpython
depends = python-astunparse
diff --git a/PKGBUILD b/PKGBUILD
index fa13d47e18c8..a42b6f9135fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=psychopy
pkgver=2020.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="An experiment builder for neuroscience, psychology and psychophysics"
arch=('any')
url="http://www.psychopy.org"
license=('GPL3')
makedepends=(python-wheel python-setuptools)
-depends=(python-requests python-numpy python-scipy python-matplotlib python-pandas python-pillow python-glfw python-opengl python-sounddevice python-soundfile python-bidi python-arabic-reshaper python-future python-json-tricks python-pyosf python-xlrd python-openpyxl python-pyserial python-pyaml python-gevent python-msgpack python-msgpack-numpy python-psutil python-pytables python-pyzmq python-moviepy python-opencv-python python-gitlab python-gitpython python-astunparse python-esprima python-freetype-py python-javascripthon python-pyglet python-questplus python-imageio python-imageio-ffmpeg python-pyparallel python-pyqt5 python-wxpython python-distro python-psychtoolbox python-cryptography python-pyopenssl webkit2gtk)
+depends=(python-requests python-numpy python-scipy python-matplotlib python-pandas python-pillow python-glfw python-opengl python-sounddevice python-soundfile python-bidi python-arabic-reshaper python-future python-json-tricks python-pyosf python-xlrd python-openpyxl python-pyserial python-pyaml python-gevent python-msgpack python-msgpack-numpy python-psutil python-pytables python-pyzmq python-moviepy opencv python-gitlab python-gitpython python-astunparse python-esprima python-freetype-py python-javascripthon python-pyglet python-questplus python-imageio python-imageio-ffmpeg python-pyparallel python-pyqt5 python-wxpython python-distro python-psychtoolbox python-cryptography python-pyopenssl webkit2gtk)
optdepends=('python-seaborn: For nice graphs')
source=("https://github.com/psychopy/psychopy/archive/${pkgver}.tar.gz")