summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6c4c1ca757e..29bf4eb949a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = p7screen
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 3.0
- pkgrel = 0
+ pkgrel = 1
url = https://p7.planet-casio.com/
arch = i686
arch = x86_64
license = GPL2
makedepends = asciidoc>=8.6.9
depends = libusb>=1.0
- depends = libp7>=2.0
+ depends = libp7>=3.0
provides = p7screen
source = https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz
md5sums = ebd3b91c6d51d9932bab00cb9ef45914
diff --git a/PKGBUILD b/PKGBUILD
index 3eee9430f5fd..6dcdb2ce58e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
pkgver=3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.planet-casio.com/"
license=('GPL2')
groups=()
-depends=('libusb>=1.0' 'libp7>=2.0')
+depends=('libusb>=1.0' 'libp7>=3.0')
makedepends=('asciidoc>=8.6.9')
optdepends=()
provides=('p7screen')