summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Pascal2019-07-28 23:00:39 -0500
committerAndrea Pascal2019-07-28 23:00:39 -0500
commit3f94ca48b79d02b1b06ee6867ddb61e5264236f0 (patch)
treeb91b2b60d1e17a246a4d7be26448b165136d173e
parent3b2ccf225a16982ead64cb2f171057a8a9c09494 (diff)
downloadaur-3f94ca48b79d02b1b06ee6867ddb61e5264236f0.tar.gz
Fix depends (again)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6361132ea26..6c9e957226a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-muselsl
url = https://github.com/alexandrebarachant/muse-lsl
arch = any
license = BSD
- depends = python-pylsl
+ depends = python-pylsl=1.10.5
depends = python-pygatt
depends = python-scikit-learn
depends = python-seaborn
diff --git a/PKGBUILD b/PKGBUILD
index 4e31c3afe503..c39417b64046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/alexandrebarachant/muse-lsl'
arch=('any')
license=('BSD')
provides=('muselsl')
-depends=('python-pylsl'
+depends=('python-pylsl=1.10.5'
'python-pygatt'
'python-scikit-learn'
'python-seaborn')