summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMastermindzh2022-06-27 11:20:38 +0200
committerMastermindzh2022-06-27 11:20:38 +0200
commit723b210494040d9b386b941a8a0a7e4482b44092 (patch)
tree86e548746d805734f8bd4b8995f65319ee0cc142
parent94d4a3eddb9c6f09e21fc73973d65a36472f7abd (diff)
downloadaur-723b210494040d9b386b941a8a0a7e4482b44092.tar.gz
typo in pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a770a634ef..0924649dcf2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tidal-hifi-git
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm
pkgver = 4.0.1.r0.gfa9ab22
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Mastermindzh/tidal-hifi
arch = x86_64
license = custom:MIT
diff --git a/PKGBUILD b/PKGBUILD
index e8c6feda43e0..082d758e0889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rick van Lieshout <info@rickvanlieshout.com>
pkgname=tidal-hifi-git
-pkgrel=1
-gpkgver=4.0.1.r0.gfa9ab22
+pkgrel=2
+pkgver=4.0.1.r0.gfa9ab22
pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm"
arch=(x86_64)
url="https://github.com/Mastermindzh/tidal-hifi"