summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2019-04-28 10:59:46 +0200
committerChristophe LAVIE2019-04-28 10:59:46 +0200
commitcd888b7a326364b05684999b113597932a2505fe (patch)
tree0ca78de67323aad893ff5bdca7ce211efcd09801
parent99f0bc92067c2cd8bab1b1783ca02a752a94226d (diff)
downloadaur-cd888b7a326364b05684999b113597932a2505fe.tar.gz
New version 5.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ef4a108578..750de12fe82d 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.1
+ pkgver = 5.0.2
pkgrel = 1
url = https://www.devolo.com/support/downloads/download/devolo-cockpit.html
install = devolo-dlan-cockpit.install
@@ -9,10 +9,10 @@ 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-1-linux.run
+ source = https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Cockpit/devolo-cockpit-v5-0-2-linux.run
source = devolonetsvc.service
- md5sums = 17364e46f3948ec126d415dcb4177973
- md5sums = 6784ae1b639217439ddcb3f43a99c7bb
+ sha256sums = 0065a7b17a598499d49e4da2d8fd0b42b8182446a48dd0c3c75073e2b86331fb
+ sha256sums = 6f187ca5c7a599b5394ea09cd68885168dbd19b5bd72df5ce083e721e2f0a12c
pkgname = devolo-dlan-cockpit
diff --git a/PKGBUILD b/PKGBUILD
index a631cd6da228..26e152251403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Christophe LAVIE <christophe.lavie@laposte.net>
-# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 02/01/2019
+# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 28/04/2019
pkgname=devolo-dlan-cockpit
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
url="https://www.devolo.com/support/downloads/download/devolo-cockpit.html"
license=('nonfree')
-depends=( 'adobe-air-sdk>=2.6' 'libgnome-keyring' )
+depends=( 'adobe-air-sdk>=2.6' 'libgnome-keyring')
if [ "${CARCH}" = "x86_64" ]; then
_arch="amd64"
@@ -18,7 +18,7 @@ else
_arch="i386"
fi
-source=("https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Software/devolo-cockpit-v${pkgver//./-}-linux.run"
+source=("https://www.devolo.fr/fileadmin/Web-Content/DE/Contentseiten/Downloads/Cockpit/devolo-cockpit-v${pkgver//./-}-linux.run"
'devolonetsvc.service')
@@ -28,7 +28,7 @@ build() {
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
+ tar xJf data.tar.xz
sed -i 's/\.appdata\//~\/\.appdata\//g' "${srcdir}/opt/devolo/dlancockpit/bin/dlancockpit-run.sh"
echo "StartupWMClass=dlancockpit" >> "${srcdir}/usr/share/applications/devolo-dlan-cockpit.desktop"
}
@@ -43,5 +43,5 @@ package() {
}
-md5sums=('17364e46f3948ec126d415dcb4177973'
- '6784ae1b639217439ddcb3f43a99c7bb')
+sha256sums=('0065a7b17a598499d49e4da2d8fd0b42b8182446a48dd0c3c75073e2b86331fb'
+ '6f187ca5c7a599b5394ea09cd68885168dbd19b5bd72df5ce083e721e2f0a12c')