summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-03-01 09:44:54 +0100
committerFrancesco Masala2022-03-01 09:44:54 +0100
commit280e71964d64283915ef66a53443b3cbcd355adc (patch)
treef683d54883ff175291c0f1ae8d2555dfc1e4754a
parentbccda083152c1039fd68840e0426f3038a667690 (diff)
downloadaur-280e71964d64283915ef66a53443b3cbcd355adc.tar.gz
Updated bottles to 2022.2.28 Hotfix 1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 805aa6f07460..9bbe615f2efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.2.28
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
@@ -31,7 +31,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.2.28-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.2.28-trento.tar.gz
- sha256sums = a22ac7cdc95affc15ca01a5138e4aef2eb192c292ebd6f855da4621e5e880c59
+ source = bottles-2022.2.28-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.2.28-trento-1.tar.gz
+ sha256sums = c3d95b3d8bc22730e4b1e26a418b47d8c59cceeef6ca9598c905f4c9d0b392dd
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index e6bce21e7164..dcb7f5641f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintaner: Francesco Masala <mail@francescomasala.me>
-# Contributor: Francesco Masala <mail@francescomasala.me>
+# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
pkgver=2022.2.28
-pkgrel=1
+pkgrel=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -35,8 +35,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=('a22ac7cdc95affc15ca01a5138e4aef2eb192c292ebd6f855da4621e5e880c59')
+source=("${pkgname}-${pkgver}-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-1.tar.gz")
+sha256sums=('c3d95b3d8bc22730e4b1e26a418b47d8c59cceeef6ca9598c905f4c9d0b392dd')
build() {
if [[ -d Bottles ]]; then