summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreizh2017-01-06 21:34:46 +0100
committerBreizh2017-01-06 21:34:46 +0100
commit3a209775446ed42202f5eb980723eac774f83b85 (patch)
tree99289202fc8d03f55d5b0724fc5d2d13264610c0
parent0c02eed699beeea0af572e2d6a01f81ab8c7f152 (diff)
downloadaur-3a209775446ed42202f5eb980723eac774f83b85.tar.gz
Fix dependances again…
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c86f9e5ed67..1906148195ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p7
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://p7.touhey.fr/
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = p7
makedepends = asciidoc>=8.6.9
makedepends = gzip>=1.6
makedepends = binutils>=2.25
- makedepends = libp7>=2.0
depends = libusb>=1.0
depends = libp7>=2.0
source = https://p7.touhey.fr/pub/p7utils-2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 23a48b52c3db..8591d609d50d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.touhey.fr/"
license=('GPL2')
groups=()
depends=('libusb>=1.0' 'libp7>=2.0')
-makedepends=('make>=4.0' 'gcc>=4.9' 'asciidoc>=8.6.9' 'gzip>=1.6' 'binutils>=2.25' 'libp7>=2.0')
+makedepends=('make>=4.0' 'gcc>=4.9' 'asciidoc>=8.6.9' 'gzip>=1.6' 'binutils>=2.25')
optdepends=()
provides=()
conflicts=()