summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoyPa2019-01-28 06:59:20 +0100
committerYoyPa2019-01-28 06:59:20 +0100
commit044a1775aab4dee2461420e5f84cf7a94ebd0df0 (patch)
tree16548d9a299c10cc7956e435114b643320431320
parent24617e67baccf1d03ef9369bc1cf91e3aa4d543a (diff)
downloadaur-044a1775aab4dee2461420e5f84cf7a94ebd0df0.tar.gz
re-add qdarkstyle + EOL
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b814d57eb50c..163270662227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffy-switch
pkgdesc = Goldtree and Tinfoil GUI for USB install on switch
pkgver = 2.4
- 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
+ optdepends = python-qdarkstyle: dark theme toggle in fluffy
backup = etc/udev/rules.d/80-fluffy-switch.rules
source = Fluffy-2.4.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.4.tar.gz
sha256sums = f617662d17152a9c1509f87f0ad65414989ee6b9233df2c98bee67c9973edb88
diff --git a/PKGBUILD b/PKGBUILD
index c567d97a48ec..357bd5d3b1fc 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.4
-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"
@@ -11,6 +11,9 @@ depends=(
'libusb'
'python-pyqt5'
)
+optdepends=(
+ 'python-qdarkstyle: dark theme toggle in fluffy'
+)
backup=(
'etc/udev/rules.d/80-fluffy-switch.rules'
)
@@ -28,4 +31,4 @@ package() {
install -Dm 644 icons/64x64/fluffy.png "${pkgdir}/usr/share/icons/hicolor/64x64/apps/fluffy.png"
install -Dm 644 icons/128x128/fluffy.png "${pkgdir}/usr/share/icons/hicolor/128x128/apps/fluffy.png"
install -Dm 755 fluffy.pyw "${pkgdir}/usr/bin/fluffy"
-} \ No newline at end of file
+}