summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreizh2016-09-12 21:13:06 +0200
committerBreizh2016-09-12 21:13:06 +0200
commita6d2a854f06bff6c1fad93bbc569e3ccf6743617 (patch)
treef957924d715ef916f30af1e5bcfa0f9a0846dd33
parent6a86a744ea92f135834c00a23e16ac7ff80645c7 (diff)
downloadaur-a6d2a854f06bff6c1fad93bbc569e3ccf6743617.tar.gz
upgrade from 1.3 to 1.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972a09b7798d..a536e4339097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Sep 5 10:15:13 UTC 2016
+# Mon Sep 12 19:11:37 UTC 2016
pkgbase = p7
pkgdesc = Transfer files in and out of your CASIO fx calculator through USB
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
- url = https://forge.touhey.fr/casio/software/p7/
+ url = https://p7.touhey.fr/
arch = i686
arch = x86_64
license = GPL2
@@ -12,9 +12,9 @@ pkgbase = p7
makedepends = asciidoc
makedepends = gzip
depends = libusb
- depends = libp7>=1.3-1
- source = https://forge.touhey.fr/casio/software/p7/snapshot/p7-1.3.tar.gz
- md5sums = a0fd06eb5e25b886700de9197099e0db
+ depends = libp7>=1.5-1
+ source = https://forge.touhey.fr/casio/software/p7/snapshot/p7-1.4.tar.gz
+ md5sums = 554cb0d4a77a79d48c48fe797e5b2338
pkgname = p7
diff --git a/PKGBUILD b/PKGBUILD
index c440360659e4..4b154eeb562d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Transfer files in and out of your CASIO fx calculator through USB"
arch=('i686' 'x86_64')
-url="https://forge.touhey.fr/casio/software/p7/"
+url="https://p7.touhey.fr/"
license=('GPL2')
groups=()
-depends=('libusb' 'libp7>=1.3-1')
+depends=('libusb' 'libp7>=1.5-1')
makedepends=('make' 'asciidoc' 'gzip')
optdepends=()
provides=()
@@ -19,17 +19,17 @@ install=
changelog=
source=(https://forge.touhey.fr/casio/software/$pkgname/snapshot/$pkgname-$pkgver.tar.gz)
noextract=()
-md5sums=('a0fd06eb5e25b886700de9197099e0db')
+md5sums=('554cb0d4a77a79d48c48fe797e5b2338')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=$pkgdir/usr
- make all all-doc
+ ./configure --root=$pkgdir
+ make
}
package() {
cd "$pkgname-$pkgver"
- make install install-doc
+ make install
}