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 74c813325ff5..c9388f497871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.12.14
+ pkgver = 50.1
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -41,7 +41,7 @@ pkgbase = bottles
optdepends = vkd3d
optdepends = wine
optdepends = vulkan-icd-loader
- source = bottles-2022.12.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.12.14.tar.gz
- sha256sums = 4592624f3b504eb936c828c017d226378cc512a3a1859944b25eefc4af033fd0
+ source = bottles-50.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/50.1.tar.gz
+ sha256sums = d8ce970df15ae82d465618880e02d26121199898371b9b251e6dd9254b026b0b
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index b3d5921bdb11..c34e91a0aa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.12.14
+pkgver=50.1
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -45,7 +45,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=('4592624f3b504eb936c828c017d226378cc512a3a1859944b25eefc4af033fd0')
+sha256sums=('d8ce970df15ae82d465618880e02d26121199898371b9b251e6dd9254b026b0b')
build() {
if [[ -d Bottles ]]; then