summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2020-02-05 18:27:42 +0100
committerJosef Vybíhal2020-02-05 18:27:42 +0100
commit43df22574b75d07654d90953ac150001fff98bc6 (patch)
tree4585193d05fa10d251e2613344df1782e8981298
parentdbb6addd68d5df3bd49d73326b1b99af8ec67ffe (diff)
downloadaur-43df22574b75d07654d90953ac150001fff98bc6.tar.gz
Removed gconf dependency, added wget
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edffa7dd28cb..9f1c903fefa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = google-webdesigner
pkgdesc = Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.
pkgver = 7.1.1.1210
- pkgrel = 1
+ pkgrel = 2
url = https://www.google.com/webdesigner
install = google-webdesigner.install
arch = x86_64
license = custom:webdesigner
depends = gtk2
depends = libudev0-shim
- depends = gconf
depends = gcc-libs
depends = gdk-pixbuf2
depends = glibc
@@ -18,6 +17,7 @@ pkgbase = google-webdesigner
depends = libappindicator-gtk2
depends = nss
depends = libstdc++5
+ depends = wget
depends = xdg-utils
provides = google-webdesigner=7.1.1.1210
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 87a2c97a5462..3e744473a345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=google-webdesigner
pkgver=7.1.1.1210
-pkgrel=1
+pkgrel=2
pkgdesc="Create engaging, interactive HTML5-based designs and motion graphics that can run on any device."
arch=('x86_64')
url="https://www.google.com/webdesigner"
license=('custom:webdesigner')
-depends=('gtk2' 'libudev0-shim' 'gconf' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glib2' 'ca-certificates' 'ttf-liberation' 'libappindicator-gtk2' 'nss' 'libstdc++5' 'xdg-utils')
+depends=('gtk2' 'libudev0-shim' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glib2' 'ca-certificates' 'ttf-liberation' 'libappindicator-gtk2' 'nss' 'libstdc++5' 'wget' 'xdg-utils')
optdepends=()
provides=("google-webdesigner=${pkgver}")
options=('!emptydirs' '!strip')