summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c08eaf07dd6..fa51abc67ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.9.28
+ pkgver = 2021.10.14
pkgrel = 1
url = https://usebottles.com
arch = any
@@ -25,8 +25,8 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.9.28-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.9.28-treviso.tar.gz
- sha256sums = 6a5bc4316aeaee3eb40e25ed2b827a86e68ae463b7d840b9b2d2e6986aae76ca
+ source = bottles-2021.10.14-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.10.14-treviso.tar.gz
+ sha256sums = d8f45f424a721e0f32c40a6e52ca2a18237824a786311d43aa2589c37d4ff27d
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 63697059abfa..682520fe282b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.9.28
+pkgver=2021.10.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('6a5bc4316aeaee3eb40e25ed2b827a86e68ae463b7d840b9b2d2e6986aae76ca')
+sha256sums=('d8f45f424a721e0f32c40a6e52ca2a18237824a786311d43aa2589c37d4ff27d')
build() {
if [[ -d Bottles ]]; then