summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f65c2af399..c14bff87873b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,11 @@ pkgbase = bottles
depends = libhandy
depends = gtk3
depends = python-gobject
+ depends = python-requests
depends = python-yaml
depends = samba
depends = wine
+ depends = cabextract
source = bottles-2021.7.3-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.3-treviso.tar.gz
sha256sums = 08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475
diff --git a/PKGBUILD b/PKGBUILD
index 5c3d5b060dc0..f1ae195540d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
-depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject' 'python-yaml' 'samba')
-optdepends=('wine')
+depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject' 'python-requests' 'python-yaml' 'samba' 'wine' 'cabextract')
+optdepends=('gvfs' 'vkd3d' 'lib32-vkd3d' 'lib32-vulkan-icd-loader' 'vulkan-icd-loader')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
sha256sums=('08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475')