summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72a6902d4b2..64b54b384efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.11.14
- pkgrel = 4
+ pkgver = 2021.11.28
+ pkgrel = 1
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-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.11.14-treviso-3.tar.gz
- sha256sums = 2b627f1410ca90357c9e372eac415334a33c4fccbc400b0dd2b6f044455bd87d
+ source = bottles-2021.11.28-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.11.28-treviso.tar.gz
+ sha256sums = e8de9fc068e9f84901b4d4c1964c53316c6e4d699885b6027272bddab645d104
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index bf0c33625bcb..fbd80edf7a49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.11.14
-pkgrel=4
+pkgver=2021.11.28
+pkgrel=1
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-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso-3.tar.gz")
-sha256sums=('2b627f1410ca90357c9e372eac415334a33c4fccbc400b0dd2b6f044455bd87d')
+source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
+sha256sums=('e8de9fc068e9f84901b4d4c1964c53316c6e4d699885b6027272bddab645d104')
build() {
if [[ -d Bottles ]]; then