summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoyPa2019-01-27 00:38:22 +0100
committerYoyPa2019-01-27 00:38:22 +0100
commit29f3ef70f352ad23909320a9d6bb320d29dd4aa0 (patch)
tree9c9c5136fb0872ec6eced5d9ff077d09a4a66f3d
parentf153a84d0dfe823ec9dfd922356c67826d531fc7 (diff)
downloadaur-29f3ef70f352ad23909320a9d6bb320d29dd4aa0.tar.gz
v2.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e78a9761d40..72d69d4c3271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffy-switch
pkgdesc = Goldtree and Tinfoil GUI for USB install on switch
- pkgver = 2.2
- pkgrel = 4
+ pkgver = 2.3
+ pkgrel = 1
url = https://github.com/fourminute/Fluffy
arch = i686
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = fluffy-switch
depends = python-pyusb
depends = libusb
depends = python-pyqt5
- optdepends = python-qdarkstyle: dark theme recommanded by author
- source = Fluffy-2.2.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.2.tar.gz
- sha256sums = e1ee082985de616c5c83180f2fa7ce371a1ea7e1e92d991dd673d397a5557499
+ backup = etc/udev/rules.d/80-fluffy-switch.rules
+ source = Fluffy-2.3.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.3.tar.gz
+ sha256sums = ffb6cbd6f8d3cb95f9e10eb2e2493a554899a4256e3bf7ca90b2c9c77a317291
pkgname = fluffy-switch
diff --git a/PKGBUILD b/PKGBUILD
index d4e1386e0d33..ea0ae10997f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(
'python-pyqt5'
)
backup=(
- '/etc/udev/rules.d/80-fluffy-switch.rules'
+ 'etc/udev/rules.d/80-fluffy-switch.rules'
)
source=("Fluffy-${pkgver}.tar.gz::https://github.com/fourminute/Fluffy/archive/v${pkgver}.tar.gz")
sha256sums=('ffb6cbd6f8d3cb95f9e10eb2e2493a554899a4256e3bf7ca90b2c9c77a317291')