summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-01-31 22:21:19 +0100
committerFrancesco Masala2022-01-31 22:21:19 +0100
commitc660cf76e7569754682a2700ffb3d3c1ae25781c (patch)
treef2a94f120e7d9cae40cd806377950b53adcc048b
parenta43c1dfc3913fc4ccfbf56ee7145b05288e83179 (diff)
downloadaur-c660cf76e7569754682a2700ffb3d3c1ae25781c.tar.gz
Updated to 28.01.2022 Hotfix 2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eade8935305a..a132f2d263a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.1.28
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
@@ -29,7 +29,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.1.28-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.1.28-trento.tar.gz
- sha256sums = 727a734e1f5f7d8c71fce8d034ca42719c1a2871ae3269088001c8d626343d20
+ source = bottles-2022.1.28-trento-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.1.28-trento-2.tar.gz
+ sha256sums = d042024e9b4974c9175e7b23fd6bb3d42871213bb82266a6b1d060e3990d6477
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index dc87264bb041..23b64818a0df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=2022.1.28
-pkgrel=1
+pkgrel=3
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -33,8 +33,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=('727a734e1f5f7d8c71fce8d034ca42719c1a2871ae3269088001c8d626343d20')
+source=("${pkgname}-${pkgver}-trento-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-2.tar.gz")
+sha256sums=('d042024e9b4974c9175e7b23fd6bb3d42871213bb82266a6b1d060e3990d6477')
build() {
if [[ -d Bottles ]]; then