summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiorgio Gilestro2020-03-03 17:35:21 +0000
committerGiorgio Gilestro2020-03-03 17:35:21 +0000
commit9a7e49e025cf4aaeedd07e59e66a77b2857c1a6c (patch)
treee278cc1f7011f8235fe4633b889273fe836789a4
parenta9f1d8de29e1b0b0e1fc11a262509e4f3e249c9d (diff)
downloadaur-9a7e49e025cf4aaeedd07e59e66a77b2857c1a6c.tar.gz
Adding dependency to python cheroot
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 390b5f153c76..d619795ba0d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ethoscope-node
pkgdesc = A platform for monitoring animal behaviour in real time from a raspberry pi
pkgver = r1704.g6d72a77
- pkgrel = 3
+ pkgrel = 4
url = http://lab.gilest.ro/ethoscope
install = ethoscope-node.install
arch = any
@@ -31,6 +31,7 @@ pkgbase = ethoscope-node
depends = python-greenlet
depends = python-monotonic
depends = python-zeroconf
+ depends = python-cheroot
provides = ethoscope
source = ethoscope-node::git+https://github.com/gilestrolab/ethoscope.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4cfe59f10e0..9bd8a7a90c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ethoscope-node
pkgver=r1704.g6d72a77
-pkgrel=3
+pkgrel=4
pkgdesc="A platform for monitoring animal behaviour in real time from a raspberry pi"
arch=('any')
url="http://lab.gilest.ro/ethoscope"
license=('GPL3')
makedepends=('git' 'gcc-fortran' 'rsync' 'wget' 'fping' )
-depends=('ntp' 'openssh' 'mariadb' 'dnsmasq' 'avahi' 'python-setuptools' 'python-pip' 'python-ifaddr' 'python-numpy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-zeroconf')
+depends=('ntp' 'openssh' 'mariadb' 'dnsmasq' 'avahi' 'python-setuptools' 'python-pip' 'python-ifaddr' 'python-numpy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-zeroconf' 'python-cheroot')
provides=('ethoscope')
install="ethoscope-node.install"
source=("$pkgname::git+https://github.com/gilestrolab/ethoscope.git")