summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-02-06 07:21:07 +0100
committerJules Roumieux2017-02-06 07:21:07 +0100
commit12b546196ba8eb605a1165cbe8802fc5fa562874 (patch)
tree64ffabe101465391977b3837afb00276fb5424f6
parentce7e8c26fbcaf14c18be05cae53d4c9094e130fc (diff)
downloadaur-12b546196ba8eb605a1165cbe8802fc5fa562874.tar.gz
Updated to 3.0
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404a5b8aa390..729ce9f5d936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = p7
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
+ depends = libp7>=3.0
+ provides = p7
+ source = https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz
+ md5sums = ebd3b91c6d51d9932bab00cb9ef45914
pkgname = p7
diff --git a/PKGBUILD b/PKGBUILD
index a5f6787bccbd..2b25c0bf93e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7
-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')
+depends=('libusb>=1.0' 'libp7>=3.0')
+makedepends=('asciidoc>=8.6.9')
optdepends=()
-provides=()
+provides=('p7')
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"