summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBreizh2016-09-13 13:47:04 +0200
committerBreizh2016-09-13 13:47:04 +0200
commit82773f230552796dafb95f5b54d80775e4e8d069 (patch)
tree5f787b7fb783720bffa818236165bdeec9b76130 /PKGBUILD
parenta6d2a854f06bff6c1fad93bbc569e3ccf6743617 (diff)
downloadaur-82773f230552796dafb95f5b54d80775e4e8d069.tar.gz
Remove libusb depends already satisfied by libp7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b154eeb562d..129e6aca227e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Transfer files in and out of your CASIO fx calculator through USB"
arch=('i686' 'x86_64')
url="https://p7.touhey.fr/"
license=('GPL2')
groups=()
-depends=('libusb' 'libp7>=1.5-1')
+depends=('libp7>=1.5-1')
makedepends=('make' 'asciidoc' 'gzip')
optdepends=()
provides=()