summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Schlichting2016-08-29 21:48:21 +0200
committerAndré Schlichting2016-08-29 21:48:21 +0200
commit841f52b9100eadab0bb9585dd6baafe485d31257 (patch)
tree0bca7edff2c94eb2b5a4ce90667b6500b8bb91fd
parent456fd95392612f3f4d7263e3d8f790e35e943b7c (diff)
downloadaur-841f52b9100eadab0bb9585dd6baafe485d31257.tar.gz
change dependency from python2-pyusb-beta to python2-pyusb
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1f42265ec4e..76057033d69c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python2-openant-git
license = custom:openant
makedepends = python2-setuptools
depends = python2
- depends = python2-pyusb-beta
+ depends = python2-pyusb
optdepends = antfs-cli-git: To extract all activity FIT files from a device and write them to a folder.
source = git+https://github.com/Tigge/openant
md5sums = SKIP
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