summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-11-16 08:39:37 -0600
committerSam Burgos2018-11-16 08:39:37 -0600
commit2bd3ad1bacb96041257709aeaa3930c7bd10e20c (patch)
treeaf58de2c6d870293df7487b39796f89f78607754 /PKGBUILD
parent0e2ddd8e2ff94f404786a0c31c8596e5f6d2388f (diff)
downloadaur-2bd3ad1bacb96041257709aeaa3930c7bd10e20c.tar.gz
updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d70a9015e2b7..a066b6b99279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mintstick
pkgver=1.3.8
-pkgrel=2
+pkgrel=3
pkgdesc="A GUI to write .img or .iso files to a USB Key. It can also format them"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL')
depends=('coreutils'
+ 'desktop-file-utils'
'dosfstools'
'e2fsprogs'
'exfat-utils'
@@ -19,8 +20,11 @@ depends=('coreutils'
'procps-ng'
'python'
'python2'
+ 'python2-dbus'
'python-gobject'
'python2-gobject'
+ 'python2-pyparted'
+ 'python2-xapp'
'udisks2'
'util-linux'
'xapps')