summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc32ef8e3321..199b25f8b382 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.3.14
- pkgrel = 4
+ pkgver = 2022.3.28
+ pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
@@ -31,7 +31,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.3.14-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.3.14-trento-3.tar.gz
- sha256sums = 0df06fe1c71d00e18ce5a94bcaa378b1ec930e26c54a85343bd27d0fdc57eba8
+ source = bottles-2022.3.28-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.3.28-trento-1.tar.gz
+ sha256sums = 435e216dba3b2cb381d96d4a7795cd805d5d82cb02cd6775e203f7450bd73af9
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 4e0762ae0a4e..223165d3fd19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.3.14
-pkgrel=4
+pkgver=2022.3.28
+pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
'lib32-gnutls'
- 'gtksourceview3'
'gtksourceview4'
'hicolor-icon-theme'
'dconf'
@@ -35,8 +34,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-3.tar.gz")
-sha256sums=('0df06fe1c71d00e18ce5a94bcaa378b1ec930e26c54a85343bd27d0fdc57eba8')
+source=("${pkgname}-${pkgver}-trento-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-1.tar.gz")
+sha256sums=('435e216dba3b2cb381d96d4a7795cd805d5d82cb02cd6775e203f7450bd73af9')
build() {
if [[ -d Bottles ]]; then