summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlotation2024-07-26 00:15:06 +0200
committerlotation2024-07-26 00:15:06 +0200
commita8e0b81eb943e197ddc0ffed135fb2749db166d4 (patch)
treefcbe10358556eb22708f798d83d085afc0d01eff /PKGBUILD
parent73ea2c637fd653c59f07d75fb8681a225bbdf9e5 (diff)
downloadaur-a8e0b81eb943e197ddc0ffed135fb2749db166d4.tar.gz
updated bottles to latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c5af1d83cf4..67f07068b267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintaner: Francesco Masala <mail@francescomasala.me>
-# Contributor: Francesco Masala <mail@francescomasala.me>
+# Contributor: lotation <xlapsiu@gmail.com>
pkgname=bottles
-pkgver=51.11
-pkgrel=2
+pkgver=51.13
+pkgrel=1
epoch=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
-license=('GPL3')
+license=('GPL-3.0-only')
depends=(
'cabextract'
'dconf'
@@ -18,7 +18,6 @@ depends=(
'hicolor-icon-theme'
'icoextract'
'imagemagick'
- 'lib32-gnutls'
'libadwaita'
'libhandy'
'libportal-gtk4'
@@ -41,6 +40,7 @@ depends=(
optdepends=(
'gamemode'
'gvfs'
+ 'lib32-gnutls'
'lib32-vkd3d'
'lib32-vulkan-icd-loader'
'vkd3d'
@@ -49,7 +49,7 @@ optdepends=(
)
makedepends=('meson' 'ninja' 'blueprint-compiler')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('3e438e98fdc3821e250a0c583e74d203e7c05511c0892587a5a29dd886392f3c')
+sha256sums=('ba582ef2eaec4f3e533fd92b9b064223373e55b4d942113f071fc90800d49c34')
build() {
if [[ -d Bottles ]]; then