summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2023-05-06 22:23:54 +0200
committerlotation2023-05-06 22:23:54 +0200
commit1bb1f97294079f1cd1e2dfe8ff3417ffb1853eab (patch)
treea1da048686232a293a3508bfaabb17b55bbc070e
parent83282d1ce9484726e510bfbb2792e86e4604c8dc (diff)
downloadaur-1bb1f97294079f1cd1e2dfe8ff3417ffb1853eab.tar.gz
incorrectly removed vkbasalt-cli as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c11a4fe5c21..510f9a3794fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 51.6
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -36,6 +36,7 @@ pkgbase = bottles
depends = webkit2gtk
depends = wine
depends = xorg-xdpyinfo
+ depends = vkbasalt-cli
optdepends = gamemode
optdepends = gvfs
optdepends = lib32-vkd3d
diff --git a/PKGBUILD b/PKGBUILD
index 0114977193c7..8bc56d6f158b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=51.6
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -36,7 +36,8 @@ depends=(
'python-yaml'
'webkit2gtk'
'wine'
- 'xorg-xdpyinfo')
+ 'xorg-xdpyinfo'
+ 'vkbasalt-cli')
optdepends=(
'gamemode'
'gvfs'