summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornickbtrf2017-02-23 16:22:14 -0500
committernickbtrf2017-02-23 16:22:14 -0500
commit82334bf6f3d46ae5e180de333aec32726225d6af (patch)
treef2171229435515ba1dff33ee4b45698fc19a434d /PKGBUILD
parent26a07b83fb625334a256d0961668c35bc81b92e3 (diff)
downloadaur-pyrf-git.tar.gz
added tk dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85b9ee2c62a1..f62fdd3a32a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: nickbtr <nick.blais@thinkrf.com>
+# Maintainer: Nick Blais <nick.blais@thinkrf.com>
pkgname=pyrf-git
pkgver=r1794.ae859eb
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="python API for RF receivers including ThinkRF WSA5000"
arch=('any')
url="https://github.com/pyrf/"
license=('custom')
-depends=('python2' 'python2-numpy' 'python2-scipy' 'python2-pyside' 'python2-pyqtgraph' 'python2-zope-interface' 'python2-twisted' 'python2-netifaces' 'python2-setuptools' 'python2-qt4reactor')
+depends=('python2' 'python2-numpy' 'python2-scipy' 'python2-pyside' 'python2-pyqtgraph' 'python2-zope-interface' 'python2-twisted' 'python2-netifaces' 'python2-setuptools' 'tk' 'python2-qt4reactor')
makedepends=('git' 'python2-pip')
source=("${pkgname}::git+git://github.com/pyrf/pyrf.git")
md5sums=('SKIP')