summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-11-10 06:57:24 +1300
committercaltlgin2020-11-10 06:57:24 +1300
commit7dddfa0e532e3bc652dc996a63c7f34e1e107719 (patch)
tree9d336b087550e8a9e9c236736ebecd2a1259a427
parent0cac6f1a19ce32be3ec16f10d2bf10fe0fa07c5a (diff)
downloadaur-7dddfa0e532e3bc652dc996a63c7f34e1e107719.tar.gz
Add depends=('hicolor-icon-theme')
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14aa0d9001fc..81dedea65dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = unetbootin-git
pkgdesc = Create bootable Live USB drives
- pkgver = 681.r16.g28ffb108
- pkgrel = 2
+ pkgver = 700.r0.g50b496c8
+ pkgrel = 1
url = https://unetbootin.github.io
arch = x86_64
license = GPL3
makedepends = git
- makedepends = setconf
makedepends = qt5-tools
+ makedepends = setconf
+ depends = hicolor-icon-theme
depends = mtools
depends = p7zip
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index ef25cff12743..b445eddaa17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")