summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2023-05-05 19:59:17 +0200
committerlotation2023-05-05 19:59:17 +0200
commita7be6f452285aa833d2464fe4f3f93ca9f95a13b (patch)
tree818a1c725f364c4c6436446255504b326c1299ce
parent452798a8cf1440e4ec7bf49dcb333e53aea52e75 (diff)
downloadaur-a7be6f452285aa833d2464fe4f3f93ca9f95a13b.tar.gz
updated bottles to version 51.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f195e667415c..4ca1b17214e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 51.5
- pkgrel = 3
+ pkgver = 51.6
+ pkgrel = 1
epoch = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -43,9 +43,7 @@ pkgbase = bottles
optdepends = vkd3d
optdepends = wine
optdepends = vulkan-icd-loader
- source = bottles.patch
- source = bottles-51.5.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.5.tar.gz
- sha256sums = cbfea905bf57d178cd60e83615b787a07237fe33e35c196ba9ceff63bdc47613
- sha256sums = f529d4cc0150648cec8cd9a1d98c1fb62f2739fe24d47264749570e83c2ea2ef
+ source = bottles-51.6.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/51.6.tar.gz
+ sha256sums = 51a94440473d684c746ef300e2c5dff3126c4ef5033570e2c70a51972473ec2b
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index faa454f95e28..2f51e569bf8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=51.5
-pkgrel=3
+pkgver=51.6
+pkgrel=1
epoch=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -46,15 +46,8 @@ optdepends=(
'wine'
'vulkan-icd-loader')
makedepends=('meson' 'ninja' 'blueprint-compiler')
-source=(
- 'bottles.patch'
- "${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('cbfea905bf57d178cd60e83615b787a07237fe33e35c196ba9ceff63bdc47613'
- 'f529d4cc0150648cec8cd9a1d98c1fb62f2739fe24d47264749570e83c2ea2ef')
-
-prepare() {
- patch -Np0 -i "${srcdir}"/bottles.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('51a94440473d684c746ef300e2c5dff3126c4ef5033570e2c70a51972473ec2b')
build() {
if [[ -d Bottles ]]; then