summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorggilestro2019-07-02 12:48:42 +0100
committerggilestro2019-07-02 12:48:42 +0100
commit3b630b9e8f6990abb67e63f1d61fa4e429492bc5 (patch)
tree12597d0b8380bbc381858556fd878865ddc2bf43 /PKGBUILD
parent1374cbd721a14f7815923ee8e097dc9e645cc9eb (diff)
downloadaur-3b630b9e8f6990abb67e63f1d61fa4e429492bc5.tar.gz
removing base-devel from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 401b68da8da0..41a58daff8e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A platform from monitoring animal behaviour in real time from a raspber
arch=('any')
url="http://lab.gilest.ro/ethoscope"
license=('GPL3')
-makedepends=('git' 'gcc-fortran' 'rsync' 'wget' 'fping' )
-depends=('ntp' 'openssh' 'mariadb' 'dnsmasq' 'avahi' 'base-devel' '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-bjoern')
+makedepends=('git' 'gcc-fortran' 'rsync' 'wget' 'fping' ) #'base-devel'?
+depends=('ntp' 'openssh' 'mariadb' 'dnsmasq' 'avahi' '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-bjoern')
provides=('ethoscope')
install="ethoscope-node.install"
source=("$pkgname::git+https://github.com/gilestrolab/ethoscope.git")