summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD21
2 files changed, 25 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14bff87873b..a195c820574f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,12 @@ pkgbase = bottles
depends = samba
depends = wine
depends = cabextract
+ optdepends = gvfs
+ optdepends = vkd3d
+ optdepends = lib32-vkd3d
+ optdepends = lib32-bulkan-icd-loader
+ optdepends = vulkan-icd-loader
+ optdepends = gamemode
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 f1ae195540d2..45e715419701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,25 @@ 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-requests' 'python-yaml' 'samba' 'wine' 'cabextract')
-optdepends=('gvfs' 'vkd3d' 'lib32-vkd3d' 'lib32-vulkan-icd-loader' 'vulkan-icd-loader')
+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'
+ 'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
sha256sums=('08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475')