summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-06-15 11:18:40 +0200
committerFrancesco Masala2022-06-15 11:18:40 +0200
commit4fcde69695ee19b28a0602b4387716ad7da8b87e (patch)
tree799dbad8bbf41e51a870a713615f288693c85710
parent54561ae5eabec82fca7c76d6e5798de855a7d13c (diff)
downloadaur-4fcde69695ee19b28a0602b4387716ad7da8b87e.tar.gz
Rollback to latest Trento version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dfe25e375cc..fe5aeea8fe9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.6.14
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
+ depends = gtksourceview4
+ depends = libhandy
depends = imagemagick
depends = pefile
depends = lib32-gnutls
@@ -34,7 +36,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.6.14-brescia-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.6.14-brescia-1.tar.gz
- sha256sums = 8365647fb20fbf031af1742eb248360ee90ff1594f8ebe78406dc7681ae02944
+ source = bottles-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3.tar.gz
+ sha256sums = 07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 5572a025883a..d1f753f43b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
pkgname=bottles
pkgver=2022.6.14
-pkgrel=6
+pkgrel=7
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
+ 'gtksourceview4'
+ 'libhandy'
'imagemagick'
'pefile'
'lib32-gnutls'
@@ -38,8 +40,8 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}-brescia-1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-brescia-1.tar.gz")
-sha256sums=('8365647fb20fbf031af1742eb248360ee90ff1594f8ebe78406dc7681ae02944')
+source=("${pkgname}-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3.tar.gz")
+sha256sums=('07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f')
build() {
if [[ -d Bottles ]]; then