summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2022-10-14 19:05:03 +0200
committerlotation2022-10-14 19:05:03 +0200
commitec4276d121053e35b8a224e2be3f78b07e5aba19 (patch)
treef394a7c3cc65c5691a10ae959a5841ab75c348df
parent739a5d19a79fd8aee55924bdb64d353a77bb7a0e (diff)
downloadaur-ec4276d121053e35b8a224e2be3f78b07e5aba19.tar.gz
updated bottles
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4604f90554..eae4daff1ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.9.28.1
+ pkgver = 2022.10.14
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = bottles
optdepends = vkd3d
optdepends = wine
optdepends = vulkan-icd-loader
- source = bottles-2022.9.28.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.9.28.1.tar.gz
- sha256sums = bdf0b9b94d2c1ea980b6b959edbab45919eda6fb07d9cafe904ae4b6bbd300dd
+ source = bottles-2022.10.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.10.14.tar.gz
+ sha256sums = 7405a756896bceb0adc4d2e0ad688eeab235c888f848674d1eff9416fb1360bd
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index f5623c13fd22..214c2186471e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.9.28.1
+pkgver=2022.10.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -43,7 +43,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=('bdf0b9b94d2c1ea980b6b959edbab45919eda6fb07d9cafe904ae4b6bbd300dd')
+sha256sums=('7405a756896bceb0adc4d2e0ad688eeab235c888f848674d1eff9416fb1360bd')
build() {
if [[ -d Bottles ]]; then