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 9c5a6869e82b..c3bc9dd9034d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.7.1
+ pkgver = 2021.7.2
pkgrel = treviso
url = https://usebottles.com
arch = any
@@ -14,8 +14,8 @@ pkgbase = bottles
depends = gtk3
depends = python-gobject
depends = wine
- source = bottles-2021.7.1-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.1-treviso.tar.gz
- sha256sums = 75834816bc047ac75261bb1d151889c6fb97ae83408538f1bdff1d6519fd7a5d
+ source = bottles-2021.7.2-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.2-treviso.tar.gz
+ sha256sums = 828c75fdf143db5027543de4a16e61576762bc11fe3bfaec2607eac9b15326cb
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index f6a7fcff5aff..5bfeacb2e9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.7.1
+pkgver=2021.7.2
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject
optdepends=('wine')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('75834816bc047ac75261bb1d151889c6fb97ae83408538f1bdff1d6519fd7a5d')
+sha256sums=('828c75fdf143db5027543de4a16e61576762bc11fe3bfaec2607eac9b15326cb')
build() {
cd "Bottles-${pkgver}-treviso"