summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormirkobrombin2021-07-28 00:11:59 +0200
committermirkobrombin2021-07-28 00:11:59 +0200
commit60fedc9d6b7aaee5548cd16cb1534a6deff2d62e (patch)
tree2a32f6519917ac290edbbbab22338e994ec51dc5 /PKGBUILD
parent8eec52423c99619cbfc2b64ecd488ff7df26a1f5 (diff)
downloadaur-60fedc9d6b7aaee5548cd16cb1534a6deff2d62e.tar.gz
release 2021.7.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 735d539214da..f24961fc2ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2021.7.14
+pkgver=2021.7.28
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -17,7 +17,6 @@ depends=(
'python-gobject'
'python-requests'
'python-yaml'
- 'samba'
'wine'
'cabextract')
optdepends=(
@@ -29,7 +28,7 @@ optdepends=(
'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('a69e464817069a21626917ad3620dd4b02527bdf3510729af71d0e8a81cf5b9e')
+sha256sums=('c527f4dcfd161be6540393153a0ecc85036222d7c396cc8da83c90a5cf0bdab9')
build() {
cd "Bottles-${pkgver}-treviso"