summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoyPa2019-01-30 03:49:02 +0100
committerYoyPa2019-01-30 03:49:02 +0100
commitd8a00bb37c80fed252a8e87fb7199d08cde9a652 (patch)
tree4b35984a29baf70dc57691d8b9458369159dd5f6
parent9a7faa00f39fe83ed89d1564274baa7572aa8431 (diff)
downloadaur-d8a00bb37c80fed252a8e87fb7199d08cde9a652.tar.gz
re-add tk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 957763e11b41..bf8c5e787342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffy-switch
pkgdesc = Goldtree and Tinfoil GUI for USB install on switch
pkgver = 2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fourminute/Fluffy
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = fluffy-switch
depends = python-pyusb
depends = libusb
depends = python-pyqt5
+ depends = tk
optdepends = python-qdarkstyle: dark theme toggle in fluffy
backup = etc/udev/rules.d/80-fluffy-switch.rules
source = Fluffy-2.5.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.5.tar.gz
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'