summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Schlichting2016-08-29 21:48:21 +0200
committerAndré Schlichting2016-08-29 21:48:21 +0200
commit841f52b9100eadab0bb9585dd6baafe485d31257 (patch)
tree0bca7edff2c94eb2b5a4ce90667b6500b8bb91fd /PKGBUILD
parent456fd95392612f3f4d7263e3d8f790e35e943b7c (diff)
downloadaur-841f52b9100eadab0bb9585dd6baafe485d31257.tar.gz
change dependency from python2-pyusb-beta to python2-pyusb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48e68faa89fe..a132040fec03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
source=('git+https://github.com/Tigge/openant')
url="https://github.com/Tigge/openant"
license=("custom:${_gitname}")
-depends=('python2' 'python2-pyusb-beta')
+depends=('python2' 'python2-pyusb')
makedepends=('python2-setuptools')
optdepends=('antfs-cli-git: To extract all activity FIT files from a device and write them to a folder.')
install=openant.install