summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirkobrombin2021-07-14 08:20:57 +0200
committermirkobrombin2021-07-14 08:20:57 +0200
commit8eec52423c99619cbfc2b64ecd488ff7df26a1f5 (patch)
tree34fea454df3916a4e4d19cc83301ff1ed8e9158a
parentdf1c69a2a3402a01453a673da65c2d162803c94e (diff)
downloadaur-8eec52423c99619cbfc2b64ecd488ff7df26a1f5.tar.gz
release 2021.7.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c314704899c1..e83dc1a5e4f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.7.3
+ pkgver = 2021.7.14
pkgrel = 1
url = https://usebottles.com
arch = any
@@ -24,8 +24,8 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.7.3-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.3-treviso.tar.gz
- sha256sums = 08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475
+ source = bottles-2021.7.14-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.14-treviso.tar.gz
+ sha256sums = a69e464817069a21626917ad3620dd4b02527bdf3510729af71d0e8a81cf5b9e
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 45e715419701..735d539214da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.7.3
+pkgver=2021.7.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -29,7 +29,7 @@ optdepends=(
'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475')
+sha256sums=('a69e464817069a21626917ad3620dd4b02527bdf3510729af71d0e8a81cf5b9e')
build() {
cd "Bottles-${pkgver}-treviso"