summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Hicken2016-08-16 14:38:18 +0200
committerJan Hicken2016-08-16 14:38:18 +0200
commitdcb7baf7e13a87d578c45abd3bf7361162d50854 (patch)
tree5de47218b8989fb31a05be967793a0038dfe2cda
parentcf573a5f008e6dbbf176186536b5b5840d279311 (diff)
downloadaur-dcb7baf7e13a87d578c45abd3bf7361162d50854.tar.gz
Fix typo in optional dependency for perl-net-telnet.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3ac6275dcf..0c440584e1df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 16 12:36:49 UTC 2016
+# Tue Aug 16 12:38:18 UTC 2016
pkgbase = fhem
pkgdesc = A perl server for house automation
pkgver = 5.7
@@ -15,7 +15,7 @@ pkgbase = fhem
depends = perl-xml-simple
depends = perl-xml-libxml
optdepends = perl-device-serialport: Communication through serial port
- optdepends = perl-net-telnte: Telnet support
+ optdepends = perl-net-telnet: Telnet support
optdepends = perl-net-snmp: SNMP support
backup = etc/fhem.cfg
source = http://fhem.de/fhem-5.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 617f96199658..5ce82a6f4bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='http://fhem.de'
license=('GPL')
depends=('perl' 'perl-io-socket-ssl' 'perl-json' 'perl-libwww' 'perl-xml-simple' 'perl-xml-libxml')
optdepends=('perl-device-serialport: Communication through serial port'
- 'perl-net-telnte: Telnet support'
+ 'perl-net-telnet: Telnet support'
'perl-net-snmp: SNMP support')
backup=('etc/fhem.cfg')
install="${pkgname}.install"