summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2023-12-24 18:01:03 +0100
committerlotation2023-12-24 18:01:03 +0100
commit23848c6ee391c437753ab490cb9c0ca1b8fbbd69 (patch)
tree8cc81debd8f64fb6859172edfdfe82ff1e4e44c8
parent11bf9e5ed827cb970c926366720a0e59f5a06c2b (diff)
downloadaur-23848c6ee391c437753ab490cb9c0ca1b8fbbd69.tar.gz
updated bottles to latest release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8abf74002c1c..c524c7353112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 51.9
- pkgrel = 2
+ pkgver = 51.10
+ 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.9.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.9.tar.gz
- sha256sums = f476ec9e56ca38bc7400666e83094dffb840044fe7404b52fdedd694007451c3
+ source = bottles-51.10.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.10.tar.gz
+ sha256sums = fff942dcfaec70a56b115686bcad8d9be1f38ac5326b0873cfb372efab0a4a48
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index c9a25fabf40d..b01bba439558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=51.9
-pkgrel=2
+pkgver=51.10
+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=('f476ec9e56ca38bc7400666e83094dffb840044fe7404b52fdedd694007451c3')
+sha256sums=('fff942dcfaec70a56b115686bcad8d9be1f38ac5326b0873cfb372efab0a4a48')
build() {
if [[ -d Bottles ]]; then