summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt2017-05-25 22:43:32 -0700
committerAnish Bhatt2017-05-25 22:43:32 -0700
commitf096fc62c8bded2ef8f39fe6190b4c2b5464ee77 (patch)
treee9a073ffb8e181cec4478e8fc8f91a23ecd31e9b
parentc705db4e08195e537ce67ddbc033501d61d66d06 (diff)
downloadaur-f096fc62c8bded2ef8f39fe6190b4c2b5464ee77.tar.gz
Update with tls requirement
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90a17a50def..464b01d3d030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 25 03:58:39 UTC 2017
+# Fri May 26 05:43:13 UTC 2017
pkgbase = piaware-git
pkgdesc = Client-side package and programs for forwarding ADS-B data to FlightAware
- pkgver = 3.3.0.r0.g04636e2
+ pkgver = 3.5.0.r4.g53d365c
pkgrel = 1
url = https://github.com/flightaware/piaware
install = piaware-git.install
@@ -21,7 +21,7 @@ pkgbase = piaware-git
depends = tcllib
depends = tclx
depends = tk
- depends = tls
+ depends = tcltls>=1.7.12
depends = python
depends = tcllauncher
optdepends = mlat-client: M-LAT support
diff --git a/PKGBUILD b/PKGBUILD
index 017d9381ab86..560e4e39ba00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=piaware-git
_gitname=piaware
-pkgver=3.3.0.r0.g04636e2
+pkgver=3.5.0.r4.g53d365c
pkgrel=1
pkgdesc="Client-side package and programs for forwarding ADS-B data to FlightAware"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/flightaware/piaware"
license=('BSD')
-depends=('dump1090-fa-git' 'tcl' 'tcllib' 'tclx' 'tk' 'tls' 'python' 'tcllauncher')
+depends=('dump1090-fa-git' 'tcl' 'tcllib' 'tclx' 'tk' 'tcltls>=1.7.12' 'python' 'tcllauncher')
makedepends=('git' 'autoconf' 'tcl' 'python' 'tcllauncher')
optdepends=('mlat-client: M-LAT support')