summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorggilestro2020-04-29 12:36:10 +0100
committerggilestro2020-04-29 12:36:10 +0100
commitfcd11b9fcde4ec04ea036116f84045947d75e368 (patch)
tree9c4be251bf30607b306e6af5abb609c58fb70c7a
parentcd0d6292eaccacacede9e8575062dd20989400af (diff)
downloadaur-fcd11b9fcde4ec04ea036116f84045947d75e368.tar.gz
Change the dependency from fake-hwclock to fake-hwclock-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b219a0b39c84..0742235f6365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = ethoscope-device
depends = wget
depends = fping
depends = ntp
- depends = fake-hwclock
+ depends = fake-hwclock-git
depends = openssh
depends = mariadb
depends = dnsmasq
diff --git a/PKGBUILD b/PKGBUILD
index c0c27c13f447..8bf016b0fc6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="http://lab.gilest.ro/ethoscope"
license=('GPL3')
makedepends=('git' 'gcc-fortran' )
-depends=('git' 'avahi' 'rsync' 'wget' 'fping' 'ntp' 'fake-hwclock' 'openssh' 'mariadb' 'dnsmasq' 'f2fs-tools' 'wpa_supplicant' 'ifplugd' 'wpa_actiond' 'qt5-base' 'opencv' 'hdf5' 'gtk3' 'python=3.8.0' 'python-pip' 'python-numpy' 'python-scipy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-picamera' 'python-zeroconf')
+depends=('git' 'avahi' 'rsync' 'wget' 'fping' 'ntp' 'fake-hwclock-git' 'openssh' 'mariadb' 'dnsmasq' 'f2fs-tools' 'wpa_supplicant' 'ifplugd' 'wpa_actiond' 'qt5-base' 'opencv' 'hdf5' 'gtk3' 'python=3.8.0' 'python-pip' 'python-numpy' 'python-scipy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-picamera' 'python-zeroconf')
provides=('ethoscope-device')
install="ethoscope-device.install"
source=("$pkgname::git+https://github.com/gilestrolab/ethoscope.git")