summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFirstAirBender2023-06-02 16:00:55 -0600
committerFirstAirBender2023-06-02 16:00:55 -0600
commita6bda98b0cab99ef6ad937a8d0b3545595930665 (patch)
tree9817200d7be3eda0a9fcc9a5c57998d789012cea /PKGBUILD
parentd1297562229dadb05e85e63a19fac403b9d113da (diff)
downloadaur-a6bda98b0cab99ef6ad937a8d0b3545595930665.tar.gz
make some deps optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c12e08728a..26fd0e554531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=wxglade
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='wxGlade is a GUI builder written in Python for the GUI toolkit wxWidgets/wxPython'
arch=('any')
license=('MIT')
@@ -16,9 +16,11 @@ url='https://github.com/wxGlade/wxGlade'
depends=(
'python>=3.4'
'python-wxpython>=2.8'
- 'desktop-file-utils'
'hicolor-icon-theme'
- 'shared-mime-info'
+)
+optdepends=(
+ 'desktop-file-utils: pacman hooks for updating desktop database'
+ 'shared-mime-info: pacman hooks for updating mime database'
)
makedepends=(
'icoutils'