summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f560c0caff8..8431be387a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2021.8.28
- pkgrel = 4
+ pkgrel = 1
url = https://usebottles.com
arch = any
license = GPL3
@@ -25,8 +25,8 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.8.28-treviso-4.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.8.28-4-treviso.tar.gz
- sha256sums = c97f7f532e8d11e0642f6226514c5982dfdef35e43ca06d2ff719cc3e1201ada
+ source = bottles-2021.9.14-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.9.14-treviso.tar.gz
+ sha256sums = d66b9589164cd256064faefcb825d898c8e57099caddfca60267f67f93e65065
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 6a206af1cf18..0015734e86b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.8.28
-pkgrel=4
+pkgver=2021.9.14
+pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -29,8 +29,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-treviso-4.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso-4.tar.gz")
-sha256sums=('c97f7f532e8d11e0642f6226514c5982dfdef35e43ca06d2ff719cc3e1201ada')
+source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
+sha256sums=('d66b9589164cd256064faefcb825d898c8e57099caddfca60267f67f93e65065')
build() {
if [[ -d Bottles ]]; then