summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-09-28 20:35:14 +0200
committerFrancesco Masala2022-09-28 20:35:14 +0200
commit739a5d19a79fd8aee55924bdb64d353a77bb7a0e (patch)
treec03e904ccbc51ddabb83a811863c6c5c80ed5cf5
parentf35e5fe5b1c3f01fe81e7f2ace79973d8ce51c39 (diff)
downloadaur-739a5d19a79fd8aee55924bdb64d353a77bb7a0e.tar.gz
Updated bottles to 2022.9.28.1 (I have a life too c; )
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38a0eb30d16..ee4604f90554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.8.28
+ pkgver = 2022.9.28.1
pkgrel = 1
- epoch = 1
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
@@ -40,7 +39,7 @@ pkgbase = bottles
optdepends = vkd3d
optdepends = wine
optdepends = vulkan-icd-loader
- source = bottles-2022.8.28-brescia-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.8.28-brescia-2.tar.gz
- sha256sums = 85d83092f1b8884650811009ca601741b801b482f2c6bf974b0ccb4c42c02b15
+ source = bottles-2022.9.28.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.9.28.1.tar.gz
+ sha256sums = bdf0b9b94d2c1ea980b6b959edbab45919eda6fb07d9cafe904ae4b6bbd300dd
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index ebbf9a8f3584..f5623c13fd22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.8.28
+pkgver=2022.9.28.1
pkgrel=1
-epoch=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -28,7 +27,7 @@ depends=(
'python-gobject'
'python-markdown'
'python-orjson'
- 'python-pillow'
+ 'python-pillow'
'python-requests'
'python-steamgriddb'
'python-yaml'
@@ -42,9 +41,9 @@ optdepends=(
'vkd3d'
'wine'
'vulkan-icd-loader')
-makedepends=('meson' 'ninja') # 'blueprint-compiler' will be needed since 2022.9.28
-source=("${pkgname}-${pkgver}-brescia-2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-brescia-2.tar.gz")
-sha256sums=('85d83092f1b8884650811009ca601741b801b482f2c6bf974b0ccb4c42c02b15')
+makedepends=('meson' 'ninja' 'blueprint-compiler')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('bdf0b9b94d2c1ea980b6b959edbab45919eda6fb07d9cafe904ae4b6bbd300dd')
build() {
if [[ -d Bottles ]]; then