summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-02-04 19:17:25 +0100
committerFrancesco Masala2022-02-04 19:17:25 +0100
commitcf519d286bd94def50acbfecd7c207330ea19fb4 (patch)
tree1fe86bde79a0f947c6f8b4622adfdb235a7861ca
parent44a949982697733ffdda7114fbb25ba822230d47 (diff)
downloadaur-cf519d286bd94def50acbfecd7c207330ea19fb4.tar.gz
Updated deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d6b712782a..789dd7ddcd56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.1.28
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
+ depends = lib32-gnutls
depends = gtksourceview3
depends = gtksourceview4
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index f91ffe85dba2..78b0e3bd62bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=bottles
pkgver=2022.1.28
-pkgrel=6
+pkgrel=7
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
+ 'lib32-gnutxls'
'gtksourceview3'
'gtksourceview4'
'hicolor-icon-theme'