summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de4fcc9729a2..3eee9430f5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
-pkgver=2.0
-pkgrel=3
+pkgver=3.0
+pkgrel=0
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')
-makedepends=('make>=4.0' 'gcc>=4.9' 'asciidoc>=8.6.9' 'gzip>=1.6' 'binutils>=2.25')
+makedepends=('asciidoc>=8.6.9')
optdepends=()
-provides=()
+provides=('p7screen')
conflicts=()
replaces=()
backup=()
@@ -18,8 +18,8 @@ options=()
install=
changelog=
source=(https://p7.planet-casio.com/pub/p7utils-${pkgver}.tar.gz)
+md5sums=('ebd3b91c6d51d9932bab00cb9ef45914')
noextract=()
-md5sums=('f33ada2e7ff6c943c3e01bcd61b05cf3')
build() {
cd "p7utils-$pkgver"