summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksym Sheremet2019-09-30 22:26:28 +0300
committerMaksym Sheremet2019-09-30 22:26:28 +0300
commitf8588ca5de34c9868ae9186210c5bbd5c6a318ce (patch)
treefee4562aa08724b6519a30488bfa58f5eb8e9c49
parent5d71f5dadd93e9defb276efef297612470d4d1a9 (diff)
downloadaur-f8588ca5de34c9868ae9186210c5bbd5c6a318ce.tar.gz
Updated to upstream version 5.3.3.800.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290ea3e4958e..8315cd6f1eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,16 @@
pkgbase = upwork
pkgdesc = Desktop App 64-bit Standard version
- pkgver = 5.3.3.791
+ pkgver = 5.3.3.800
pkgrel = 1
url = https://www.upwork.com/downloads?source=Footer
install = upwork.install
arch = x86_64
license = custom
- depends = alsa-lib
- depends = gtk3
- depends = libxss
- depends = nss
conflicts = upwork-alpha
source = LICENSE
- source = xdg_session_type.patch
md5sums = bb535c74d4673cee6437b04d33b32138
- md5sums = c99eddfeb02a2dc5272b82b276b88c8a
- source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_3_3_791_emln2d0yjz15bf8h/upwork_5.3.3.791_amd64.deb
- md5sums_x86_64 = 33b924cc857203b00e7f050c53b8d697
+ source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_3_3_800_zh8y1qe7l33a9ip6/upwork_5.3.3.800_amd64.deb
+ md5sums_x86_64 = 1cfc06687db2c71f7e2df40f22c4af2e
pkgname = upwork
diff --git a/PKGBUILD b/PKGBUILD
index 436bb41fc63f..3509fda172b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Maksym Sheremet <msheremet at sheremets dot com>
pkgname=upwork
-pkgver=5.3.3.791
+pkgver=5.3.3.800
_rawver=${pkgver//./_}
-_hashver="emln2d0yjz15bf8h"
+_hashver="zh8y1qe7l33a9ip6"
pkgrel=1
pkgdesc="Desktop App 64-bit Standard version"
arch=('x86_64')
@@ -13,16 +13,18 @@ license=('custom')
conflicts=('upwork-alpha')
depends=('alsa-lib' 'gtk3' 'libxss' 'nss')
install=upwork.install
-source=("LICENSE" "xdg_session_type.patch")
-md5sums=('bb535c74d4673cee6437b04d33b32138' 'c99eddfeb02a2dc5272b82b276b88c8a')
-md5sums_x86_64=('33b924cc857203b00e7f050c53b8d697')
+#source=("LICENSE" "xdg_session_type.patch")
+#md5sums=('bb535c74d4673cee6437b04d33b32138' 'c99eddfeb02a2dc5272b82b276b88c8a')
+source=("LICENSE")
+md5sums=('bb535c74d4673cee6437b04d33b32138')
+md5sums_x86_64=('1cfc06687db2c71f7e2df40f22c4af2e')
# how to get links Prod, Beta, Alpha: grep "_getVersionToDownload" ~/.Upwork/Upwork/Logs/upwork.2*.log | tail -n 1
source_x86_64=(https://updates-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb)
prepare() {
cd "${srcdir}"
tar -xJf "${srcdir}/data.tar.xz"
- patch -p1 --input="../xdg_session_type.patch"
+# patch -p1 --input="../xdg_session_type.patch"
}
package() {