summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-07-04 14:19:45 -0400
committerChris Severance2018-07-04 14:19:45 -0400
commit8d8fc2851a89210b905dc8a7b061a2ef5c2e0e40 (patch)
tree0f870935c4cb4f5f547aa7074a50264cb01a0e84 /PKGBUILD
parent910203984f22ff7a330eda81f7b9a7aade5e9053 (diff)
downloadaur-8d8fc2851a89210b905dc8a7b061a2ef5c2e0e40.tar.gz
autu: Update to 6.8.3_1-1 Update Link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd15d84e87bb..5a7503233d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -101,14 +101,13 @@ pkgrel='1'
pkgdesc='tty driver for Perle IOLan+ DS TS SDS STS SCS JetStream LanStream LinkStream and 3rd party serial console terminal device servers'
_pkgdescshort='Perle TruePort driver for Ethernet serial servers'
arch=('i686' 'x86_64')
-url='http://www.perle.com/'
+url='https://www.perle.com/'
license=('GPL' 'custom')
depends=('glibc' 'systemd')
if [ "${_opt_SSL}" -ne 0 ]; then
depends+=('openssl')
fi
makedepends=('awk' 'sed' 'diffutils' 'patch')
-#conflicts=('dgrp') # running together with dgrp eventually jams up trueport
backup=(etc/trueport/{config.tp,pktfwdcfg.tp,sslcfg.tp})
options=('!docs' '!emptydirs' '!strip')
install="${pkgname}-install.sh"
@@ -255,6 +254,7 @@ ExecStart=/etc/trueport/trueport start
ExecStop=/etc/trueport/trueport stop
ExecReload=/etc/trueport/trueport restart
RemainAfterExit=yes
+TimeoutStopSec=15
[Install]
WantedBy=multi-user.target