summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirkobrombin2021-07-03 16:39:25 +0200
committermirkobrombin2021-07-03 16:39:25 +0200
commit65d38046136ace89da2f858a044e48b1df6063e9 (patch)
treef853ab23f8f2cec9cff8ce705524fc1e139eb66c
parentaca0f284954dde6fd942acb7678e851cf9c632af (diff)
downloadaur-65d38046136ace89da2f858a044e48b1df6063e9.tar.gz
Release 2021.7.3-treviso
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3bc9dd9034d..3810299b84e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2021.7.2
+ pkgver = 2021.7.3
pkgrel = treviso
url = https://usebottles.com
arch = any
@@ -13,9 +13,11 @@ pkgbase = bottles
depends = libhandy
depends = gtk3
depends = python-gobject
+ depends = pyton-yaml
+ depends = samba
depends = wine
- source = bottles-2021.7.2-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.2-treviso.tar.gz
- sha256sums = 828c75fdf143db5027543de4a16e61576762bc11fe3bfaec2607eac9b15326cb
+ source = bottles-2021.7.3-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.3-treviso.tar.gz
+ sha256sums = 08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 5bfeacb2e9c3..5c3d5b060dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.7.2
+pkgver=2021.7.3
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
-depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
+depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject' 'python-yaml' 'samba')
optdepends=('wine')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('828c75fdf143db5027543de4a16e61576762bc11fe3bfaec2607eac9b15326cb')
+sha256sums=('08b4f5f0028320d866fc2a99ff49e80db0770ea91f093ed6cc584e08be3fe475')
build() {
cd "Bottles-${pkgver}-treviso"