summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bbdfc8f54ef..7752ddd47205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mintstick
pkgdesc = A GUI to write .img or .iso files to a USB Key. It can also format them
pkgver = 1.3.8
- pkgrel = 1
+ pkgrel = 2
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
license = GPL
@@ -18,6 +18,8 @@ pkgbase = mintstick
depends = procps-ng
depends = python
depends = python2
+ depends = python-gobject
+ depends = python2-gobject
depends = udisks2
depends = util-linux
depends = xapps
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')