summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-02-06 07:23:36 +0100
committerJules Roumieux2017-02-06 07:23:36 +0100
commitc85ccdea52ab944f224a0e7f4f88369639c5ea2e (patch)
tree16c96c6e0ad680303a56186c67e37c5662d0cf67
parentc432a9949154aa5e5ec402e1eadd484ff3e9ca89 (diff)
downloadaur-c85ccdea52ab944f224a0e7f4f88369639c5ea2e.tar.gz
Updated to 3.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea55c884bd12..f6c4c1ca757e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = p7screen
pkgdesc = Casio Communication Protocol 7.00 implementation
- pkgver = 2.0
- pkgrel = 3
+ pkgver = 3.0
+ pkgrel = 0
url = https://p7.planet-casio.com/
arch = i686
arch = x86_64
license = GPL2
- makedepends = make>=4.0
- makedepends = gcc>=4.9
makedepends = asciidoc>=8.6.9
- makedepends = gzip>=1.6
- makedepends = binutils>=2.25
depends = libusb>=1.0
depends = libp7>=2.0
- source = https://p7.planet-casio.com/pub/p7utils-2.0.tar.gz
- md5sums = f33ada2e7ff6c943c3e01bcd61b05cf3
+ provides = p7screen
+ source = https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz
+ md5sums = ebd3b91c6d51d9932bab00cb9ef45914
pkgname = p7screen
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"