summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2021-06-29 14:01:48 +0200
committerChristophe LAVIE2021-06-29 14:01:48 +0200
commitb3bb7678e0a0b32ee7baa1e12b4a9a33dcb16897 (patch)
tree6cf751b934de3a8317ce6aa4e932a76394a1903a
parent13e196fea6d83fc12ec9b0e4ad43a041b127b8ae (diff)
downloadaur-b3bb7678e0a0b32ee7baa1e12b4a9a33dcb16897.tar.gz
version 5.1.5-245-4 : end supports for 32-bit systems
-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')