diff options
author | lotation | 2024-03-12 22:39:19 +0100 |
---|---|---|
committer | lotation | 2024-03-12 22:39:19 +0100 |
commit | 73ea2c637fd653c59f07d75fb8681a225bbdf9e5 (patch) | |
tree | d2fb360c7dc0ff68f748951752fdfc988d0bae5f /PKGBUILD | |
parent | f1d8634a802f75b3cc47f0a33fae24e16e917a8f (diff) | |
download | aur-73ea2c637fd653c59f07d75fb8681a225bbdf9e5.tar.gz |
moved wine to optdepends as suggested by kidonng and UltraBlack
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,7 +3,7 @@ pkgname=bottles pkgver=51.11 -pkgrel=1 +pkgrel=2 epoch=2 pkgdesc='Easily manage wine and proton prefix' arch=('x86_64') @@ -35,16 +35,18 @@ depends=( 'python-steamgriddb' 'python-yaml' 'webkit2gtk' - 'wine' 'xorg-xdpyinfo' - 'vkbasalt-cli') + 'vkbasalt-cli' +) optdepends=( 'gamemode' 'gvfs' 'lib32-vkd3d' 'lib32-vulkan-icd-loader' 'vkd3d' - 'vulkan-icd-loader') + 'vulkan-icd-loader' + 'wine' +) makedepends=('meson' 'ninja' 'blueprint-compiler') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz") sha256sums=('3e438e98fdc3821e250a0c583e74d203e7c05511c0892587a5a29dd886392f3c') |