summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksym Sheremet2020-10-01 12:31:02 +0300
committerMaksym Sheremet2020-10-01 12:31:02 +0300
commit9d841a2345a955d9b43f5fb420e7a2dd9a99ec62 (patch)
tree33a3d98b878d37f8323681b72d72d8bf093b6f19
parent647faa8f0ff76a81e4f227f4f9501335a8205bba (diff)
downloadaur-9d841a2345a955d9b43f5fb420e7a2dd9a99ec62.tar.gz
Fixed dependency issue.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6698c1443190..a479e8b64128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = upwork
pkgdesc = Desktop Application
pkgver = 5.4.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.upwork.com/downloads/
arch = x86_64
license = custom
depends = alsa-lib
depends = gtk3
depends = libp11-kit
+ depends = libutil-linux
depends = libxss
depends = nss
- depends = util-linux-libs
conflicts = upwork-alpha
source = https://updates-desktopapp.upwork.com/binaries/v5_4_7_1_81f361962c74427d/upwork_5.4.7.1_amd64.deb
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 56c6bfaa6514..2305618d4bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=5.4.7.1
_rawver=${pkgver//./_}
_hashver='81f361962c74427d'
_pkgupname='Upwork'
-pkgrel=1
+pkgrel=2
pkgdesc='Desktop Application'
arch=(x86_64)
url='https://www.upwork.com/downloads/'
license=(custom)
conflicts=(upwork-alpha)
-depends=(alsa-lib gtk3 libp11-kit libxss nss util-linux-libs)
+depends=(alsa-lib gtk3 libp11-kit libutil-linux libxss nss)
source=(https://updates-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb
LICENSE
upwork)