summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-06-14 21:46:01 +0200
committerFrancesco Masala2022-06-14 21:46:01 +0200
commit72d0349b53bffe211f28b7a2ac86cfb0465dea13 (patch)
treeb63e67e8d01b76073943a378552cc8777e5d6e3a
parentfe8346498ab47f3e910bcccd1b7e707ee96ee8b7 (diff)
downloadaur-72d0349b53bffe211f28b7a2ac86cfb0465dea13.tar.gz
Updated bottles to 2022.6.14
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6cca1cf4fa7..9f049e6745c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.5.28
+ pkgver = 2022.6.14
pkgrel = 5
- url = https://usebottles.com
+ url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
depends = lib32-gnutls
depends = gtksourceview4
+ depends = gtk4
+ depends = libadwaita-git
+ depends = gtksourceview5
depends = hicolor-icon-theme
depends = dconf
depends = python
@@ -31,7 +34,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.14-trento-3.tar.gz
- sha256sums = 07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f
+ source = bottles-2022.6.14-brescia.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.6.14-brescia.tar.gz
+ sha256sums = 3a92ad052527854487faa7f05741f316f6f214f8b72f75a1451932be792328cd
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 5ce4f6fae684..5afdbd046cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.5.28
+pkgver=2022.6.14
pkgrel=5
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -11,6 +11,9 @@ license=('GPL3')
depends=(
'lib32-gnutls'
'gtksourceview4'
+ 'gtk4'
+ 'libadwaita-git'
+ 'gtksourceview5'
'hicolor-icon-theme'
'dconf'
'python'
@@ -35,8 +38,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=('07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f')
+source=("${pkgname}-${pkgver}-brescia.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-brescia.tar.gz")
+sha256sums=('3a92ad052527854487faa7f05741f316f6f214f8b72f75a1451932be792328cd')
build() {
if [[ -d Bottles ]]; then