summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Masala2021-11-13 19:23:05 +0100
committerFrancesco Masala2021-11-13 19:23:05 +0100
commit7f0c01db4ad5d385c16f2cc0d8765e973b4ef183 (patch)
treecb5754579069955afa206f46facca0a114a01252 /PKGBUILD
parent6f5e3479862dff49a0fba49299d09877cf1261e1 (diff)
downloadaur-7f0c01db4ad5d385c16f2cc0d8765e973b4ef183.tar.gz
Updated to version 2021.11.14 (Baby we went in the future WHOO-HOO)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8205b855eae2..df14bbee4814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.10.28
+pkgver=2021.11.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -21,7 +21,8 @@ depends=(
'python-yaml'
'python-markdown'
'wine'
- 'cabextract')
+ 'cabextract'
+ 'webkit2gtk')
optdepends=(
'gvfs'
'vkd3d'
@@ -31,7 +32,7 @@ optdepends=(
'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('cdb37185fb191b0ca2d0405ae7738927df6be67219a1e46d153aa0507e2a07a6')
+sha256sums=('700e1130e3c212a8095be3eaa81ac1e6ea63c96181d2b7c80d8fc6430b1e774c')
build() {
if [[ -d Bottles ]]; then