summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2017-11-16 09:03:37 +0100
committerJosef Vybíhal2017-11-16 09:03:37 +0100
commit932f26b5ea152607fe33b1c92f96a5ec2b2ab7ef (patch)
tree46eaa74932d2af38888792ad4edac0943524651c
parent327d96b7965d0abf5d3269e06988bcf5003c27a0 (diff)
downloadaur-932f26b5ea152607fe33b1c92f96a5ec2b2ab7ef.tar.gz
Updated to Version 2.0.0.1113
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ba9effa353..753f3fca902f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-webdesigner
pkgdesc = Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.
- pkgver = 1.9.0.0619
- pkgrel = 3
+ pkgver = 2.0.0.1113
+ pkgrel = 1
url = https://www.google.com/webdesigner
install = google-webdesigner.install
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = google-webdesigner
depends = gtk2
depends = libudev0-shim
depends = gconf
- provides = google-webdesigner=1.9.0.0619
+ provides = google-webdesigner=2.0.0.1113
options = !emptydirs
options = !strip
source = google-webdesigner_current_amd64.deb::https://dl.google.com/linux/direct/google-webdesigner_current_amd64.deb
- sha256sums = ce740c944f46ba025bd9abf52c75f239680b5b6c137b0fc9b1bbea59cb17b1a0
+ sha256sums = e318e1b4a4595cd513834e712da3e072ac06ec673c4e1c421892bb88d2d763bf
pkgname = google-webdesigner
diff --git a/PKGBUILD b/PKGBUILD
index eddfd97abf68..b8a0857c4032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Josef Vybíhal (josef.vybihal@gmail.com)
# Note: My first PKGBUILD ever, bare with me :) I have been inpired a lot in other PKGBUILDs, like google-chrome's one.
+# Release notes: https://support.google.com/webdesigner/topic/6350071?hl=en&ref_topic=3249465
pkgname=google-webdesigner
-pkgver=1.9.0.0619
-pkgrel=3
+pkgver=2.0.0.1113
+pkgrel=1
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"
@@ -17,7 +18,7 @@ _source_arch="i386"
[ "${CARCH}" = 'x86_64' ] && _source_arch="amd64"
#[ "${CARCH}" = 'i686' ] && md5sums[0]='04ab693e6baa641ebcbdcc9512d4f57e' # i686 not tested by me
source=("google-webdesigner_current_${_source_arch}.deb::https://dl.google.com/linux/direct/google-webdesigner_current_${_source_arch}.deb")
-sha256sums=('ce740c944f46ba025bd9abf52c75f239680b5b6c137b0fc9b1bbea59cb17b1a0')
+sha256sums=('e318e1b4a4595cd513834e712da3e072ac06ec673c4e1c421892bb88d2d763bf')
package() {
msg2 "Extracting the data.tar.xz"