diff options
author | lotation | 2023-02-27 00:12:42 +0100 |
---|---|---|
committer | lotation | 2023-02-27 00:12:42 +0100 |
commit | 1fb2a745c67425fb4acdd27a512b4bad3d8e0c20 (patch) | |
tree | e00702aabd58b2749ac1c796c055274a76b5ff49 /PKGBUILD | |
parent | 7d7e14c02a0fd564d312cc5306da3de653c6de63 (diff) | |
download | aur-1fb2a745c67425fb4acdd27a512b4bad3d8e0c20.tar.gz |
updated Bottles
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Francesco Masala <mail@francescomasala.me> pkgname=bottles -pkgver=50.2 +pkgver=51.5 pkgrel=1 epoch=2 pkgdesc='Easily manage wine and proton prefix' @@ -28,6 +28,7 @@ depends=( 'python-gobject' 'python-markdown' 'python-orjson' + 'python-pathvalidate' 'python-pillow' 'python-pycurl' 'python-requests' @@ -46,7 +47,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=('42d15b2f54d7157f79501e5083e212afbe26a65370296bcb74c73eea89f4e3a1') +sha256sums=('f529d4cc0150648cec8cd9a1d98c1fb62f2739fe24d47264749570e83c2ea2ef') build() { if [[ -d Bottles ]]; then |