summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2019-01-02 14:08:14 +0100
committerChristophe LAVIE2019-01-02 14:08:14 +0100
commit99f0bc92067c2cd8bab1b1783ca02a752a94226d (patch)
treeb13ea8401dba80533cd53fcaa8fe853b5252870d
parent682858e8a0e1199493d12df9bbf0f193f3cd25b2 (diff)
downloadaur-99f0bc92067c2cd8bab1b1783ca02a752a94226d.tar.gz
New version 5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cd6755c7114..75ef4a108578 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = devolo-dlan-cockpit
pkgdesc = Display and configure settings of your devolo device
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://www.devolo.com/support/downloads/download/devolo-cockpit.html
install = devolo-dlan-cockpit.install
@@ -9,9 +9,9 @@ pkgbase = devolo-dlan-cockpit
license = nonfree
depends = adobe-air-sdk>=2.6
depends = libgnome-keyring
- source = https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Software/devolo-cockpit-v5-0-linux.run
+ source = https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Software/devolo-cockpit-v5-0-1-linux.run
source = devolonetsvc.service
- md5sums = abbb702b2fd56ada8aec65d8d1ad73db
+ md5sums = 17364e46f3948ec126d415dcb4177973
md5sums = 6784ae1b639217439ddcb3f43a99c7bb
pkgname = devolo-dlan-cockpit
diff --git a/PKGBUILD b/PKGBUILD
index b9459690d5f5..a631cd6da228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Christophe LAVIE <christophe.lavie@laposte.net>
-# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 18/11/2018
+# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 02/01/2019
pkgname=devolo-dlan-cockpit
-pkgver=5.0.0
-_pkgver_short=5.0
+pkgver=5.0.1
pkgrel=1
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
@@ -19,14 +18,14 @@ else
_arch="i386"
fi
-source=("https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Software/devolo-cockpit-v${_pkgver_short//./-}-linux.run"
+source=("https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Software/devolo-cockpit-v${pkgver//./-}-linux.run"
'devolonetsvc.service')
build() {
cd $srcdir
- skip=$(grep -a -m1 -n "HERE_BE_DRAG[O]NS" "devolo-cockpit-v${_pkgver_short//./-}-linux.run" | cut -d: -f1)
- tail "devolo-cockpit-v${_pkgver_short//./-}-linux.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
@@ -44,5 +43,5 @@ package() {
}
-md5sums=('abbb702b2fd56ada8aec65d8d1ad73db'
+md5sums=('17364e46f3948ec126d415dcb4177973'
'6784ae1b639217439ddcb3f43a99c7bb')