summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlotation2022-11-15 12:47:01 +0100
committerlotation2022-11-15 12:47:01 +0100
commitf2f8edc748a3c1e0cde6641bb80a066f122652c3 (patch)
tree54311b26266cb59d7099588c39f8df0fe460b002 /PKGBUILD
parent23d5c3e7b90ec0839b5ee1bae67cb2bdd1dadebe (diff)
downloadaur-f2f8edc748a3c1e0cde6641bb80a066f122652c3.tar.gz
updated to new version + added new dependency vkbasalt-cli
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f161caf30457..ba85cb18f5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.10.14.1
+pkgver=2022.11.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -32,7 +32,8 @@ depends=(
'python-steamgriddb'
'python-yaml'
'webkit2gtk'
- 'xorg-xdpyinfo')
+ 'xorg-xdpyinfo'
+ 'vkbasalt-cli')
optdepends=(
'gamemode'
'gvfs'
@@ -43,7 +44,7 @@ optdepends=(
'vulkan-icd-loader')
makedepends=('meson' 'ninja' 'blueprint-compiler')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('3031a9755a466df64a4344f54808e3d743a5043155ad6fe96adccb047bb61f29')
+sha256sums=('b0e9f5ea1b05ff4641d24b542ad989ae59b4f360c741e59c79e2fff742e3e896')
build() {
if [[ -d Bottles ]]; then