summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd3ec2b3f41..9ed3ee67fe57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,22 @@
pkgbase = upwork
pkgdesc = Desktop App 64-bit Standard version
- pkgver = 5.1.0.647
- pkgrel = 2
+ pkgver = 5.2.1.699
+ pkgrel = 1
url = https://www.upwork.com/downloads?source=Footer
install = upwork.install
arch = x86_64
license = custom
depends = alsa-lib
- depends = gconf
- depends = gdk-pixbuf2
- depends = gtk2
+ depends = gtk3
depends = libxss
- depends = libxtst
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_1_0_647_g0nxmj7uab8q069t/upwork_5.1.0.647_amd64.deb
- md5sums_x86_64 = 5ff7848a1c95f60fd4ba31b0c3f8de86
+ source_x86_64 = https://updates-desktopapp.upwork.com/binaries/v5_2_1_699_zeenr9jtpopyjd7o/upwork_5.2.1.699_amd64.deb
+ md5sums_x86_64 = 8b08bd55f5eaaacbd076938fb66b771a
pkgname = upwork
diff --git a/PKGBUILD b/PKGBUILD
index 2215c990b7e9..0548eec6ce48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Maintainer: Maksym Sheremet <msheremet at sheremets dot com>
pkgname=upwork
-pkgver=5.1.0.647
+pkgver=5.2.1.699
_rawver=${pkgver//./_}
-_hashver="g0nxmj7uab8q069t"
-pkgrel=2
+_hashver="zeenr9jtpopyjd7o"
+pkgrel=1
pkgdesc="Desktop App 64-bit Standard version"
arch=('x86_64')
url="https://www.upwork.com/downloads?source=Footer"
license=('custom')
conflicts=('upwork-alpha')
-depends=('alsa-lib' 'gconf' 'gdk-pixbuf2' 'gtk2' 'libxss' 'libxtst' 'nss')
+depends=('alsa-lib' 'gtk3' 'libxss' 'nss')
install=upwork.install
source=("LICENSE" "xdg_session_type.patch")
md5sums=('bb535c74d4673cee6437b04d33b32138' 'c99eddfeb02a2dc5272b82b276b88c8a')
-md5sums_x86_64=('5ff7848a1c95f60fd4ba31b0c3f8de86')
-# how to get links Prod, Beta, Alpha: grep "_getVersionToDownload" ~/.Upwork/Upwork/Logs/* | tail -n 1
+md5sums_x86_64=('8b08bd55f5eaaacbd076938fb66b771a')
+# 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() {