summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirko Brombin2021-05-08 15:08:38 +0200
committerMirko Brombin2021-05-08 15:08:38 +0200
commit1ebc7b94855b67b77a07f8850074bf1abc656af2 (patch)
tree382f866373b49b6159ea3042883e1b3e98b77d40
parentbe8ca50e158a093615f85d425ef7face7306f5cc (diff)
downloadaur-1ebc7b94855b67b77a07f8850074bf1abc656af2.tar.gz
Set wine as optdepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbf391149a55..34d81128042b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Easily manage wineprefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
-depends=('wine' 'hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
+depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
+optdepends=('wine')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
sha256sums=('097849b9801a6c3a5359cb9c135d9fa0fa7d96028889f5840513cdf6a376db47')