summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-01-13 20:37:40 +0100
committerFrancesco Masala2022-01-13 20:37:40 +0100
commita109808aac6efaab268afa598d5e8c3c30a18c31 (patch)
tree04d393a88bdaccf770293398ba7f6fc18b13a9a5
parentc5fb7576ecc042c3e82dd58dac16cc010ee36e8d (diff)
downloadaur-a109808aac6efaab268afa598d5e8c3c30a18c31.tar.gz
Upgraded bottles to 2022.01.14 - Have a happy and safe year!
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e91169a154..c05266c925b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.12.28
+ pkgver = 2022.1.14
pkgrel = 0
- url = https://usebottles.com
- arch = any
+ url = https://github.com/bottlesdevs/Bottles
+ arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
@@ -28,8 +28,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.12.28-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.12.14-treviso.tar.gz
- sha256sums = ebf4d5fa156ee8f765a4aa614b4f18b301a3dc1d3b1580c5c1d36ca515b58079
+ source = bottles-2022.1.14-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.1.14-trento.tar.gz
+ sha256sums = b86227ad65ab7bf2ae397c087c6801276648bf0ad9b08e9eb71dafd80cc5652f
pkgname = bottles
-
diff --git a/PKGBUILD b/PKGBUILD
index 05554e8d151a..68d5a2fac3d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.12.28
+pkgver=2022.1.14
pkgrel=0
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -32,8 +32,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=('ebf4d5fa156ee8f765a4aa614b4f18b301a3dc1d3b1580c5c1d36ca515b58079')
+source=("${pkgname}-${pkgver}-trento.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento.tar.gz")
+sha256sums=('b86227ad65ab7bf2ae397c087c6801276648bf0ad9b08e9eb71dafd80cc5652f')
build() {
if [[ -d Bottles ]]; then