summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Masala2022-05-18 21:36:23 +0200
committerFrancesco Masala2022-05-18 21:36:23 +0200
commit3031b847656f50d583fca4c7c63275082c225df2 (patch)
tree43a6aa2f3d849c6a92635d9d4667c4fc85f00fb4 /PKGBUILD
parenta17b937d097c3a8f10e95b583dfc240f192c0088 (diff)
downloadaur-3031b847656f50d583fca4c7c63275082c225df2.tar.gz
Updated bottles to version 2022.05.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dca0718eeba4..d69d5348c299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=2022.5.14
-pkgrel=1
+pkgrel=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
@@ -25,7 +25,8 @@ depends=(
'wine'
'cabextract'
'webkit2gtk'
- 'xorg-xdpyinfo')
+ 'xorg-xdpyinfo'
+ 'icoextract')
optdepends=(
'gvfs'
'vkd3d'
@@ -34,8 +35,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-trento.tar-1.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento.tar.gz")
-sha256sums=('6d6d9826a1d514ff1f9d26ce905b63db14a1afd9fc47d11dcd56264919f29531')
+source=("${pkgname}-${pkgver}-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-1.tar.gz")
+sha256sums=('48aad92fd18edfafd95b7d9716249a939e63c3b62741378fec8f78db5f08154b')
build() {
if [[ -d Bottles ]]; then