summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Burgos2024-03-13 14:11:56 -0600
committerSantiago Burgos2024-03-13 14:11:56 -0600
commitc04f08ac3e6718e0d4d88812488170a1f7c04100 (patch)
tree885b2640eebfde0f04317cf795418b9c1e98da9f
parentfb05989397703ee124d6b4f07715d08ac1a297af (diff)
downloadaur-mintstick.tar.gz
added python-unidecode as additional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624e1e22f0eb..7f552282eace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mintstick
pkgdesc = A graphical tool that allows you to format USB sticks and create bootable USB sticks.
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
license = GPL
@@ -21,6 +21,7 @@ pkgbase = mintstick
depends = python
depends = python-gobject
depends = python-pyparted
+ depends = python-unidecode
depends = python-xapp
depends = udisks2
depends = util-linux
diff --git a/PKGBUILD b/PKGBUILD
index 2aab1ecc75d2..b0f2de164e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mintstick
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical tool that allows you to format USB sticks and create bootable USB sticks."
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
@@ -23,6 +23,7 @@ depends=(
'python'
'python-gobject'
'python-pyparted'
+ 'python-unidecode'
'python-xapp'
'udisks2'
'util-linux'