summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-12-28 10:38:15 +0100
committerFrancesco Masala2021-12-28 10:38:15 +0100
commitc5fb7576ecc042c3e82dd58dac16cc010ee36e8d (patch)
tree218ea620ff79348cff54bc5e21be904930534f71
parentb2f384fa7d76bb17c63903a2f51b1e489fc8ac53 (diff)
downloadaur-c5fb7576ecc042c3e82dd58dac16cc010ee36e8d.tar.gz
Updated to 2021.12.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0ec4a1775d5..56e91169a154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.12.14
- pkgrel = 2
+ pkgver = 2021.12.28
+ pkgrel = 0
url = https://usebottles.com
arch = any
license = GPL3
@@ -28,8 +28,8 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2021.12.14-treviso-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.12.14-treviso-2.tar.gz
- sha256sums = 1c3febf9b04ece5093e14532958ab02277a3c0dee5d18ff30ed7aa88eb4f70e0
+ source = bottles-2021.12.28-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.12.14-treviso.tar.gz
+ sha256sums = ebf4d5fa156ee8f765a4aa614b4f18b301a3dc1d3b1580c5c1d36ca515b58079
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 5db5f0e4c6d9..05554e8d151a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.12.14
-pkgrel=2
+pkgver=2021.12.28
+pkgrel=0
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -32,8 +32,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-treviso-${pkgrel}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso-${pkgrel}.tar.gz")
-sha256sums=('1c3febf9b04ece5093e14532958ab02277a3c0dee5d18ff30ed7aa88eb4f70e0')
+source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
+sha256sums=('ebf4d5fa156ee8f765a4aa614b4f18b301a3dc1d3b1580c5c1d36ca515b58079')
build() {
if [[ -d Bottles ]]; then