summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2024-03-12 22:36:07 +0100
committerlotation2024-03-12 22:36:07 +0100
commitf1d8634a802f75b3cc47f0a33fae24e16e917a8f (patch)
tree4c0d233300062e43e2453c3d47c98b40b4ca0602
parent5340b5b65e26c81b79d4cb0127d4ae031470e6b4 (diff)
downloadaur-f1d8634a802f75b3cc47f0a33fae24e16e917a8f.tar.gz
updated bottles to latest release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c524c7353112..2daa0a1902b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 51.10
+ pkgver = 51.11
pkgrel = 1
epoch = 2
url = https://github.com/bottlesdevs/Bottles
@@ -43,7 +43,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vkd3d
optdepends = vulkan-icd-loader
- source = bottles-51.10.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.10.tar.gz
- sha256sums = fff942dcfaec70a56b115686bcad8d9be1f38ac5326b0873cfb372efab0a4a48
+ source = bottles-51.11.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.11.tar.gz
+ sha256sums = 3e438e98fdc3821e250a0c583e74d203e7c05511c0892587a5a29dd886392f3c
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index b01bba439558..cf426903362e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=51.10
+pkgver=51.11
pkgrel=1
epoch=2
pkgdesc='Easily manage wine and proton prefix'
@@ -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=('fff942dcfaec70a56b115686bcad8d9be1f38ac5326b0873cfb372efab0a4a48')
+sha256sums=('3e438e98fdc3821e250a0c583e74d203e7c05511c0892587a5a29dd886392f3c')
build() {
if [[ -d Bottles ]]; then