summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Corley2016-02-24 11:01:40 +0000
committerMartin Corley2016-02-24 11:01:40 +0000
commit41a3c4bef64a9e166c3071dc98a512e1d1c1b64e (patch)
treeb3d73e04434a85cc21040b3aaf3e89415b871200
parentb4b21c69933cecbce9ada15dc1c6bea8b9ad1830 (diff)
downloadaur-41a3c4bef64a9e166c3071dc98a512e1d1c1b64e.tar.gz
fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a891c52ed2..3ee24fc92c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensesame
pkgdesc = A graphical, open-source experiment builder for the social sciences, with ability to deploy on Android
pkgver = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.cogsci.nl/software/opensesame
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5532229a909b..dca24421b7cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=opensesame
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical, open-source experiment builder for the social sciences, with ability to deploy on Android"
arch=(any)
url="http://www.cogsci.nl/software/opensesame"
license=(GPL)
-makedepends='git'
+makedepends=('git')
# This is a fairly minimal set of dependencies
depends=('python2' 'python2-pygame' 'python2-pyqt4'
'python2-qscintilla' 'python2-qprogedit>=3.0.0' 'python2-yaml'