summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lavie2015-12-30 12:56:23 +0100
committerChristophe Lavie2015-12-30 12:56:23 +0100
commit7d94a52672a9571ae3b2c6784977067d0a5756d1 (patch)
tree83b9b81ae994b6e517625c19c4a454b02e85180f
parent27f422baf8d60a2cbc0df32b5b4e25649db9984e (diff)
downloadaur-7d94a52672a9571ae3b2c6784977067d0a5756d1.tar.gz
Update to 4.3.1-2 : error correction in depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e778477d175c..1697583a44c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by makepkg 4.2.1
-# Wed Dec 16 14:34:43 UTC 2015
+# Wed Dec 30 11:44:01 UTC 2015
pkgbase = devolo-dlan-cockpit
pkgdesc = Display and configure settings of your devolo device
pkgver = 4.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.devolo.com/consumer/dlan-cockpit-most-simple-configuration-software-for-your-dlan-network.html?l=en
install = devolo-dlan-cockpit.install
arch = i686
arch = x86_64
license = nonfree
- depends = adobe-air>=2.6
+ depends = adobe-air-sdk>=2.6
depends = libgnome-keyring
source = http://www.devolo.com/downloads/software/software-devolo-cockpit-linux-v4-3-1.run
source = devolonetsvc.service
diff --git a/PKGBUILD b/PKGBUILD
index 00f57943abe1..6e578ad63ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Christophe LAVIE <christophe.lavie@laposte.net>
-# Contributor: Christophe LAVIE <christophe.lavie@laposte.net>
+# Contributor: Christophe LAVIE <christophe.lavie@laposte.net>
pkgname=devolo-dlan-cockpit
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
url="http://www.devolo.com/consumer/dlan-cockpit-most-simple-configuration-software-for-your-dlan-network.html?l=en"
license=('nonfree')
-depends=( 'adobe-air>=2.6' 'libgnome-keyring' )
+depends=( 'adobe-air-sdk>=2.6' 'libgnome-keyring' )
if [ "${CARCH}" = "x86_64" ]; then
_arch="amd64"