summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2023-08-23 22:12:06 +0200
committerlotation2023-08-23 22:12:06 +0200
commit267b29033802b5f6ac3c50a4bbdf6cda762dff66 (patch)
tree5e46c8a15437aa6b43b5d6cf5c233ac46b367dc3
parent1bb1f97294079f1cd1e2dfe8ff3417ffb1853eab (diff)
downloadaur-267b29033802b5f6ac3c50a4bbdf6cda762dff66.tar.gz
updated bottles to version 51.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510f9a3794fa..0dddba80ef94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 51.6
- pkgrel = 3
+ pkgver = 51.9
+ pkgrel = 1
epoch = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vkd3d
optdepends = vulkan-icd-loader
- source = bottles-51.6.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.6.tar.gz
- sha256sums = 51a94440473d684c746ef300e2c5dff3126c4ef5033570e2c70a51972473ec2b
+ source = bottles-51.9.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.9.tar.gz
+ sha256sums = f476ec9e56ca38bc7400666e83094dffb840044fe7404b52fdedd694007451c3
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 8bc56d6f158b..8728e75e54a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=51.6
-pkgrel=3
+pkgver=51.9
+pkgrel=1
epoch=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -47,7 +47,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=('51a94440473d684c746ef300e2c5dff3126c4ef5033570e2c70a51972473ec2b')
+sha256sums=('f476ec9e56ca38bc7400666e83094dffb840044fe7404b52fdedd694007451c3')
build() {
if [[ -d Bottles ]]; then