summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-11-14 11:09:03 +0100
committerFrancesco Masala2021-11-14 11:09:03 +0100
commit629f4e96e26eb0a1de5432affa069000ccb4efd1 (patch)
treeb3f6d4afacd8ee443c6cfcf862dd56794b672ecf
parent7f0c01db4ad5d385c16f2cc0d8765e973b4ef183 (diff)
downloadaur-629f4e96e26eb0a1de5432affa069000ccb4efd1.tar.gz
Updated to version 2021.11.14 Hotfix 1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a3ff7796197..3558db7f14b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2021.11.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.11.14-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.11.14-treviso.tar.gz
- sha256sums = 700e1130e3c212a8095be3eaa81ac1e6ea63c96181d2b7c80d8fc6430b1e774c
+ source = bottles-2021.11.14-treviso-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.11.14-treviso-1.tar.gz
+ sha256sums = b91119a197b29d23b65a277707d9c0756c52ac86d179b4425e523870f59b0997
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index df14bbee4814..244b71d233dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=2021.11.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=('700e1130e3c212a8095be3eaa81ac1e6ea63c96181d2b7c80d8fc6430b1e774c')
+source=("${pkgname}-${pkgver}-treviso-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso-1.tar.gz")
+sha256sums=('b91119a197b29d23b65a277707d9c0756c52ac86d179b4425e523870f59b0997')
build() {
if [[ -d Bottles ]]; then