summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-12-14 17:38:45 +0100
committerFrancesco Masala2021-12-14 17:38:45 +0100
commit5b3b8f197fb8e1e069eab313ec60dbcc03e24c4f (patch)
tree16e40173f6b52e888be982563a008dcab7a0a76d
parentd1b65dd2694ee387dbc0286c14a7c37a0254c588 (diff)
downloadaur-5b3b8f197fb8e1e069eab313ec60dbcc03e24c4f.tar.gz
Updated bottles to 2021.12.14 hotfix 2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e167d9db1c84..02b32c7f937b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2021.12.14
- pkgrel = 1
+ pkgrel = 2
url = https://usebottles.com
arch = any
license = GPL3
@@ -27,8 +27,8 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.12.14-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.12.14-treviso.tar.gz
- sha256sums = bf34349345782e20a67d4afe152b7c6528361128730a4ec45e5058489cd41aae
+ source = bottles-2021.12.14-treviso-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.12.14-treviso-2.tar.gz
+ sha256sums = 1c3febf9b04ece5093e14532958ab02277a3c0dee5d18ff30ed7aa88eb4f70e0
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 3a77c859ba31..26dbe38f4871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=2021.12.14
-pkgrel=1
+pkgrel=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -31,8 +31,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('bf34349345782e20a67d4afe152b7c6528361128730a4ec45e5058489cd41aae')
+source=("${pkgname}-${pkgver}-treviso-${pkgrel}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso-${pkgrel}.tar.gz")
+sha256sums=('1c3febf9b04ece5093e14532958ab02277a3c0dee5d18ff30ed7aa88eb4f70e0')
build() {
if [[ -d Bottles ]]; then