summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2016-12-31 11:33:37 +0100
committerChristophe LAVIE2016-12-31 11:33:37 +0100
commit854c4ef7571d02fd0f2017d7e05c4b864fe68faa (patch)
treef16f152338f5f08c177ff30c4927ac9d7f39a2fb
parentec13d9e778c542c6fbb4024207f4e0c61fbe76b5 (diff)
downloadaur-854c4ef7571d02fd0f2017d7e05c4b864fe68faa.tar.gz
New version 4.3.2
-rw-r--r--PKGBUILD14
-rwxr-xr-xdevolo-dlan-cockpit.install2
2 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b888cfc0fa00..6d84fe5f13ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Christophe LAVIE <christophe.lavie@laposte.net>
-# Contributor: Christophe LAVIE <christophe.lavie@laposte.net>
+# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 31/12/2016
pkgname=devolo-dlan-cockpit
-pkgver=4.3.1
-pkgrel=3
+pkgver=4.3.2
+pkgrel=1
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
@@ -18,14 +18,14 @@ else
_arch="i386"
fi
-source=("http://www.devolo.com/downloads/software/software-devolo-cockpit-linux-v${pkgver//./-}.run"
+source=("http://www.devolo.fr/fileadmin/user_upload/Downloads/Software/devolo-cockpit-v${pkgver//./-}-linux.run"
'devolonetsvc.service')
build() {
cd $srcdir
- skip=$(grep -a -m1 -n "HERE_BE_DRAG[O]NS" "software-devolo-cockpit-linux-v${pkgver//./-}.run" | cut -d: -f1)
- tail "software-devolo-cockpit-linux-v${pkgver//./-}.run" -n +$((skip+1)) | tar -x -C .
+ skip=$(grep -a -m1 -n "HERE_BE_DRAG[O]NS" "devolo-cockpit-v${pkgver//./-}-linux.run" | cut -d: -f1)
+ tail "devolo-cockpit-v${pkgver//./-}-linux.run" -n +$((skip+1)) | tar -x -C .
ar x "devolo-dlan-cockpit_${pkgver}-0_${_arch}.deb"
find . -name "adobeair*${_arch}.deb" -print | xargs ar x
tar xvf data.tar.gz
@@ -42,6 +42,6 @@ package() {
}
-md5sums=('c0db7cd887e0934bdb49e45378f27c77'
+md5sums=('9c809f0aa0bf42c2bba12e509059c2ee'
'6784ae1b639217439ddcb3f43a99c7bb'
)
diff --git a/devolo-dlan-cockpit.install b/devolo-dlan-cockpit.install
index 3d0e051b555e..a9b93b5b0abf 100755
--- a/devolo-dlan-cockpit.install
+++ b/devolo-dlan-cockpit.install
@@ -21,7 +21,7 @@ pre_upgrade() {
post_upgrade() {
systemctl daemon-reload
- systemctl start devolonetsvc.service
+ post_install
}