upwork: update to 5.3.3.883
This commit is contained in:
parent
103e69a2f3
commit
cc3ae765e0
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
/opt/upwork/upwork
|
||||
/opt/Upwork/upwork
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'upwork'
|
||||
pkgname=upwork
|
||||
version=5.3.3.871
|
||||
version=5.3.3.883
|
||||
revision=1
|
||||
_rawver=${version//./_}
|
||||
_hashver="51d563431f844aff"
|
||||
_hashver="1f817bc1fefd44e7"
|
||||
archs="x86_64"
|
||||
depends="alsa-lib gtk+ GConf gdk-pixbuf nss libXtst libXScrnSaver"
|
||||
short_desc="Desktop Upwork app"
|
||||
|
@ -12,7 +12,7 @@ license="custom:Upwork"
|
|||
homepage="https://upwork.com/"
|
||||
distfiles="https://updates-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/${pkgname}_${version}_amd64.deb
|
||||
https://upwork.pactsafe.io/versions/5ab3efef63d65b6a18aab106.pdf>LICENSE.pdf"
|
||||
checksum="53a8cf15610563475e45127522f230f4fcfdc7b70cf915e3d573845bad0c19fd
|
||||
checksum="9d2778f3ac9171c8e0f8c0677406154e8b1051de7908b9f63204129e8eb65f1c
|
||||
0949da5999c3b948bcc4165e6c55522915d9bab1790d27120eda0915aae143bb"
|
||||
repository="nonfree"
|
||||
restricted=yes
|
||||
|
@ -20,7 +20,7 @@ nopie=yes
|
|||
|
||||
# Skip runtime dependenies check, otherwise NEEDED libGLESv2.so (which is bundled with the package)
|
||||
# will trigger dependency on rpi-userland packages (makes no sense on x86_64).
|
||||
skiprdeps="/opt/${pkgname}/libEGL.so"
|
||||
skiprdeps="/opt/${pkgname^}/libEGL.so"
|
||||
|
||||
do_extract() {
|
||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_amd64.deb
|
||||
|
|
Loading…
Reference in New Issue