summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2024-03-12 22:39:19 +0100
committerlotation2024-03-12 22:39:19 +0100
commit73ea2c637fd653c59f07d75fb8681a225bbdf9e5 (patch)
treed2fb360c7dc0ff68f748951752fdfc988d0bae5f
parentf1d8634a802f75b3cc47f0a33fae24e16e917a8f (diff)
downloadaur-73ea2c637fd653c59f07d75fb8681a225bbdf9e5.tar.gz
moved wine to optdepends as suggested by kidonng and UltraBlack
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2daa0a1902b1..ac382644220e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 51.11
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -34,7 +34,6 @@ pkgbase = bottles
depends = python-steamgriddb
depends = python-yaml
depends = webkit2gtk
- depends = wine
depends = xorg-xdpyinfo
depends = vkbasalt-cli
optdepends = gamemode
@@ -43,6 +42,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vkd3d
optdepends = vulkan-icd-loader
+ optdepends = wine
source = bottles-51.11.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.11.tar.gz
sha256sums = 3e438e98fdc3821e250a0c583e74d203e7c05511c0892587a5a29dd886392f3c
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')