summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2022-12-14 22:24:32 +0100
committerlotation2022-12-14 22:24:32 +0100
commit65d088c2d6cc9644929fbd5f98a27493cb28ecea (patch)
tree9156566b2f81b33307a05228f571e3092fc79e0c
parentf2f8edc748a3c1e0cde6641bb80a066f122652c3 (diff)
downloadaur-65d088c2d6cc9644929fbd5f98a27493cb28ecea.tar.gz
updated bottles to latest release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced052f8118f..74c813325ff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.11.14
+ pkgver = 2022.12.14
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = bottles
depends = python-markdown
depends = python-orjson
depends = python-pillow
+ depends = python-pycurl
depends = python-requests
depends = python-steamgriddb
depends = python-yaml
@@ -40,7 +41,7 @@ pkgbase = bottles
optdepends = vkd3d
optdepends = wine
optdepends = vulkan-icd-loader
- source = bottles-2022.11.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.11.14.tar.gz
- sha256sums = b0e9f5ea1b05ff4641d24b542ad989ae59b4f360c741e59c79e2fff742e3e896
+ source = bottles-2022.12.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.12.14.tar.gz
+ sha256sums = 4592624f3b504eb936c828c017d226378cc512a3a1859944b25eefc4af033fd0
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index ba85cb18f5e2..b3d5921bdb11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.11.14
+pkgver=2022.12.14
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -28,6 +28,7 @@ depends=(
'python-markdown'
'python-orjson'
'python-pillow'
+ 'python-pycurl'
'python-requests'
'python-steamgriddb'
'python-yaml'
@@ -44,7 +45,7 @@ optdepends=(
'vulkan-icd-loader')
makedepends=('meson' 'ninja' 'blueprint-compiler')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('b0e9f5ea1b05ff4641d24b542ad989ae59b4f360c741e59c79e2fff742e3e896')
+sha256sums=('4592624f3b504eb936c828c017d226378cc512a3a1859944b25eefc4af033fd0')
build() {
if [[ -d Bottles ]]; then