summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dbfef8c4eda..d70a9015e2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mintstick
pkgver=1.3.8
-pkgrel=1
+pkgrel=2
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}"
@@ -19,6 +19,8 @@ depends=('coreutils'
'procps-ng'
'python'
'python2'
+ 'python-gobject'
+ 'python2-gobject'
'udisks2'
'util-linux'
'xapps')