summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Weiss2018-02-26 00:08:17 -0800
committerMaximilian Weiss2018-02-26 00:08:17 -0800
commit6ed80070097f3a57c395e7cdefdc25f2358aac41 (patch)
treec0c1a0fd4a9746ad0b8c2dba20c945b063ba16b2
parent80bd1298f4eb1cc36545cdbdc0b212ab0af56fb0 (diff)
downloadaur-6ed80070097f3a57c395e7cdefdc25f2358aac41.tar.gz
Added missing dependency list
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec4c8c5ca361..7e6471c0bbeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = python-btchip-git
pkgdesc = Python library to communicate with BTChip dongle
pkgver = 0.1.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LedgerHQ/btchip-python
arch = any
license = Apache
makedepends = python-setuptools
depends = python-hidapi
+ depends = libusb-compat
+ depends = libusb
+ depends = libsystemd
optdepends = btchip-udev: access BTChip as non-root user
provides = python-btchip-git
provides = python-btchip
diff --git a/PKGBUILD b/PKGBUILD
index 42f50b3f2286..6e45c6316348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Maximilian Weiss <$(echo "bWF4QG1heHdlaXNzLmlv" | base64 -d)>
+# Maintainer: Maximilian Weiss <$(echo "bWF4QG1heHdlaXNzLmlv" | base64 -d)>
# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-btchip-git
pkgver=0.1.24
-pkgrel=1
+pkgrel=2
pkgdesc="Python library to communicate with BTChip dongle"
arch=('any')
-depends=('python-hidapi')
+depends=('python-hidapi' 'libusb-compat' 'libusb' 'libsystemd')
makedepends=('python-setuptools')
optdepends=('btchip-udev: access BTChip as non-root user')
url="https://github.com/LedgerHQ/btchip-python"