diff options
author | Maksym Sheremet | 2020-10-01 12:31:02 +0300 |
---|---|---|
committer | Maksym Sheremet | 2020-10-01 12:31:02 +0300 |
commit | 9d841a2345a955d9b43f5fb420e7a2dd9a99ec62 (patch) | |
tree | 33a3d98b878d37f8323681b72d72d8bf093b6f19 | |
parent | 647faa8f0ff76a81e4f227f4f9501335a8205bba (diff) | |
download | aur-9d841a2345a955d9b43f5fb420e7a2dd9a99ec62.tar.gz |
Fixed dependency issue.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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) |