summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoirscape2020-11-25 13:01:31 +0100
committernoirscape2020-11-25 13:01:31 +0100
commit233d1ca39ea8cdaac92c7055fe9d8071882b98bc (patch)
tree5eb5793679ca16deaa9109d71e2de684397f40de
parentd1c3081582f6c9b1cc77decd7d3d70e4ab70f72c (diff)
downloadaur-233d1ca39ea8cdaac92c7055fe9d8071882b98bc.tar.gz
Fix incorrect package version being listed
This fix ensures that the package version being listed is the same as actually downloaded. The package itself has received no changes.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152366d14043..6225ac63dac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffy-switch
pkgdesc = Goldtree and Tinfoil GUI for USB/Network install on switch
- pkgver = 2.9
+ pkgver = 2.9.2
pkgrel = 1
url = https://github.com/fourminute/Fluffy
arch = any
@@ -10,7 +10,7 @@ pkgbase = fluffy-switch
depends = python-pyqt5
depends = tk
optdepends = python-qdarkstyle: dark theme toggle in fluffy
- source = Fluffy-2.9.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.9.tar.gz
+ source = Fluffy-2.9.2.tar.gz::https://github.com/fourminute/Fluffy/archive/v2.9.tar.gz
sha256sums = c063bf746b944810ff3f34bd70efe8f6807713630f0cc4b98aec3350cde5e651
pkgname = fluffy-switch
diff --git a/PKGBUILD b/PKGBUILD
index b1b52b87e1ae..700c6ac5dd3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
-# Maintainer: YoyPa <yoann dot p dot public at gmail dot com>
+# Maintainer: Valentijn "noirscape" V. <neko at catgirlsin dot space>
+# Contributor: YoyPa <yoann dot p dot public at gmail dot com>
pkgname=fluffy-switch
-pkgver=2.9
+pkgver=2.9.2
+_pkgver=2.9 # git tag version
pkgrel=1
pkgdesc="Goldtree and Tinfoil GUI for USB/Network install on switch"
arch=('any')
@@ -15,7 +17,7 @@ depends=(
optdepends=(
'python-qdarkstyle: dark theme toggle in fluffy'
)
-source=("Fluffy-${pkgver}.tar.gz::https://github.com/fourminute/Fluffy/archive/v${pkgver}.tar.gz")
+source=("Fluffy-${pkgver}.tar.gz::https://github.com/fourminute/Fluffy/archive/v${_pkgver}.tar.gz")
sha256sums=('c063bf746b944810ff3f34bd70efe8f6807713630f0cc4b98aec3350cde5e651')
# Remove .desktop file PATH (/tmp).