diff options
author | caltlgin | 2020-11-10 06:57:24 +1300 |
---|---|---|
committer | caltlgin | 2020-11-10 06:57:24 +1300 |
commit | 7dddfa0e532e3bc652dc996a63c7f34e1e107719 (patch) | |
tree | 9d336b087550e8a9e9c236736ebecd2a1259a427 /PKGBUILD | |
parent | 0cac6f1a19ce32be3ec16f10d2bf10fe0fa07c5a (diff) | |
download | aur-7dddfa0e532e3bc652dc996a63c7f34e1e107719.tar.gz |
Add depends=('hicolor-icon-theme')
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,15 +8,15 @@ _pkgname='unetbootin' pkgname="${_pkgname}-git" -pkgver=681.r16.g28ffb108 -pkgrel=2 +pkgver=700.r0.g50b496c8 +pkgrel=1 pkgdesc='Create bootable Live USB drives' arch=('x86_64') url='https://unetbootin.github.io' _url_source='https://github.com/unetbootin/unetbootin' license=('GPL3') -depends=('mtools' 'p7zip' 'qt5-base' 'syslinux') -makedepends=('git' 'setconf' 'qt5-tools') +depends=('hicolor-icon-theme' 'mtools' 'p7zip' 'qt5-base' 'syslinux') +makedepends=('git' 'qt5-tools' 'setconf') optdepends=('polkit: run unetbootin directly from menu') provides=("${_pkgname}") conflicts=("${_pkgname}") |