summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-03-18 01:07:01 +0100
committerFrancesco Masala2022-03-18 01:07:01 +0100
commit4f005be8cac5f1201fad8403841f127792b13de0 (patch)
tree4fd7de7bfd2244d802e54723b4e84c3e1f643a08
parentf919cd5f7b6b5c50060e300fc66d418f8b7c10f1 (diff)
downloadaur-4f005be8cac5f1201fad8403841f127792b13de0.tar.gz
Updated bottles to 2022.5.2 Hotfix 1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892f056ee8eb..04cab35fafdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
@@ -30,7 +30,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.5.2-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.2-trento.tar.gz
- sha256sums = 52f4868a12d321eefd4af680a2fa2f94fb6228d97087c55c9576a4ef9074cd2e
+ source = bottles-2022.5.2-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.2-trento-1.tar.gz
+ sha256sums = 9933cf12f79de24d0be3ff684c85b96c89076c7a89f1ec6b112c824cccc55348
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index e21a40f1a996..bcbb27842936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=2022.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -34,8 +34,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento.tar.gz")
-sha256sums=('52f4868a12d321eefd4af680a2fa2f94fb6228d97087c55c9576a4ef9074cd2e')
+source=("${pkgname}-${pkgver}-trento.tar-1.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-1.tar.gz")
+sha256sums=('9933cf12f79de24d0be3ff684c85b96c89076c7a89f1ec6b112c824cccc55348')
build() {
if [[ -d Bottles ]]; then