aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTF2022-09-02 09:37:04 +0200
committerTF2022-09-02 09:37:04 +0200
commit15f535a450d44389ed11a537c71db8b4f9d025a2 (patch)
tree03d37a59c3a73e505b969d35b980ba93a4c3c50e
parent546353abaa88c7db2c8ffe141b7b4af522b8297f (diff)
downloadaur-avast-gui.tar.gz
fix deps
Signed-off-by: TF <mail@sedi.one>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced259a59fbe..d6ef8241f0ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = avast-gui
pkgdesc = Avast Antivirus GUI (unofficial)
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.avast.com/business/products/linux-antivirus
arch = x86_64
license = GPL2
+ depends = yad
+ depends = curl
depends = avast>=4.1.0
depends = avast-fss>=4.1.0
optdepends = avast-rest>=4.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 1d0867e140cb..f586fb6b01ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: TF <mail | at | sedi [DOT] one>
pkgname=avast-gui
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
arch=('x86_64')
pkgdesc='Avast Antivirus GUI (unofficial)'
-depends=("avast>=4.1.0" "avast-fss>=4.1.0")
+depends=("yad" "curl" "avast>=4.1.0" "avast-fss>=4.1.0")
optdepends=("avast-rest>=4.1.0")
_vertype="ALPHA"
url='https://www.avast.com/business/products/linux-antivirus'