summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Burgos2024-03-13 14:11:56 -0600
committerSantiago Burgos2024-03-13 14:11:56 -0600
commitc04f08ac3e6718e0d4d88812488170a1f7c04100 (patch)
tree885b2640eebfde0f04317cf795418b9c1e98da9f /PKGBUILD
parentfb05989397703ee124d6b4f07715d08ac1a297af (diff)
downloadaur-mintstick.tar.gz
added python-unidecode as additional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'