summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c00a8c6a91e..8284ce6fe796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = devolo-dlan-cockpit
pkgrel = 3
url = https://www.devolo.com/support/downloads/download/devolo-cockpit.html
install = devolo-dlan-cockpit.install
- arch = i686
arch = x86_64
license = nonfree
depends = libgnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 12c4548771be..9e6aa9d5c2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,11 @@ pkgrel=3
name=devolo-cockpit-v${pkgver//./-}-linux.run
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://www.devolo.com/support/downloads/download/devolo-cockpit.html"
license=('nonfree')
depends=( 'libgnome-keyring')
-if [ "${CARCH}" = "x86_64" ]; then
- _arch="amd64"
-else
- _arch="i386"
-fi
source=("https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$name" 'devolonetsvc.service')