summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlotation2022-12-14 22:24:32 +0100
committerlotation2022-12-14 22:24:32 +0100
commit65d088c2d6cc9644929fbd5f98a27493cb28ecea (patch)
tree9156566b2f81b33307a05228f571e3092fc79e0c /PKGBUILD
parentf2f8edc748a3c1e0cde6641bb80a066f122652c3 (diff)
downloadaur-65d088c2d6cc9644929fbd5f98a27493cb28ecea.tar.gz
updated bottles to latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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