summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-03-07 20:39:05 +0100
committerFrancesco Masala2021-03-07 20:39:05 +0100
commitd19e0393ff2e37277c258ee958d9d2f6db6272fa (patch)
tree7d7804f4965f3c054b08a882f08ccc2837434497
parent5685a15bd73894ce72302d89b1c218df19979fb3 (diff)
downloadaur-d19e0393ff2e37277c258ee958d9d2f6db6272fa.tar.gz
updated PKGBUILD deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bade2e51c080..2681a0a4f8ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Easily manage wineprefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
-depends=('hicolor-icon-theme' 'dconf' 'python')
+depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
sha256sums=('37367f89afcd0ddf4a7ad6bcfbdeb2248df20a85dda9e1fbcef80e91b831b958')