summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlotation2024-03-12 22:39:19 +0100
committerlotation2024-03-12 22:39:19 +0100
commit73ea2c637fd653c59f07d75fb8681a225bbdf9e5 (patch)
treed2fb360c7dc0ff68f748951752fdfc988d0bae5f /PKGBUILD
parentf1d8634a802f75b3cc47f0a33fae24e16e917a8f (diff)
downloadaur-73ea2c637fd653c59f07d75fb8681a225bbdf9e5.tar.gz
moved wine to optdepends as suggested by kidonng and UltraBlack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf426903362e..3c5af1d83cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')