summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYoyPa2019-01-30 03:49:02 +0100
committerYoyPa2019-01-30 03:49:02 +0100
commitd8a00bb37c80fed252a8e87fb7199d08cde9a652 (patch)
tree4b35984a29baf70dc57691d8b9458369159dd5f6 /PKGBUILD
parent9a7faa00f39fe83ed89d1564274baa7572aa8431 (diff)
downloadaur-d8a00bb37c80fed252a8e87fb7199d08cde9a652.tar.gz
re-add tk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e191de41a80..b95399bd91f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: YoyPa <yoann dot p dot public at gmail dot com>
pkgname=fluffy-switch
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Goldtree and Tinfoil GUI for USB install on switch"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/fourminute/Fluffy"
@@ -10,6 +10,7 @@ depends=(
'python-pyusb'
'libusb'
'python-pyqt5'
+ 'tk'
)
optdepends=(
'python-qdarkstyle: dark theme toggle in fluffy'