summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornoirscape2020-11-25 13:01:31 +0100
committernoirscape2020-11-25 13:01:31 +0100
commit233d1ca39ea8cdaac92c7055fe9d8071882b98bc (patch)
tree5eb5793679ca16deaa9109d71e2de684397f40de /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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).