summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarsh Barsaiyan2020-12-03 16:17:02 +0530
committerHarsh Barsaiyan2020-12-03 16:17:02 +0530
commitaea358480202351bef1f6700bb3bd3f9c881da02 (patch)
tree304af24bcd26e9a8bb3824295d71fd370b66d695
parent72da7ba833e6d401b22f7116b7a517460596b4d9 (diff)
downloadaur-aea358480202351bef1f6700bb3bd3f9c881da02.tar.gz
Fix SHA512
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48c6d19a3171..3de8bd2bc674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = youtube-music-bin
pkgdesc = YouTube Music Desktop App bundled with custom plugins like built-in ad blocker & downloader
pkgver = 1.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/th-ch/youtube-music
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = youtube-music-bin
source = https://github.com/th-ch/youtube-music/releases/download/v1.6.5/YouTube-Music-1.6.5.AppImage
source = https://raw.githubusercontent.com/th-ch/youtube-music/master/license
source = youtube-music-bin.desktop
- sha512sums = 173ccaf45c8f18ab2910a427961056fb01d027585a311105921f7fcbd2d54632abf7eeb3d6e20e141e2ab97fdfed7230d9e3e966a7df844cb16b4eaa694197af
+ sha512sums = 03001d5862098f40d5310ba385def72924301c739aa0181554c7de2005b671f86e753c596db78dcdcd6959998e71f9b75a58ce9e44e07ce6cd6121940f54734f
sha512sums = 49c9004d9a157e3ddc4e79b6a800f0ac320989967a86ce887e5f8658c263167d43afa510f5692da86608bda1b98418e4fa9b012d9920c501f11304226136e031
sha512sums = 5cde2a00f56761b510a550cbf685206646519068f5b1b14d0a0e6c954e38f677aef8ec83c53ff2c85b67ae539a4a419368f2593207548a868466502e675ae38c
diff --git a/PKGBUILD b/PKGBUILD
index deaa447931fc..c708d1f53af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=youtube-music-bin
_pkgname=YouTube-Music
pkgver=1.6.5
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="YouTube Music Desktop App bundled with custom plugins like built-in ad blocker & downloader"
arch=('x86_64')
@@ -16,7 +16,7 @@ source=("https://github.com/th-ch/youtube-music/releases/download/v${pkgver}/${_
noextract=('${_pkgname}-${pkgver}.AppImage')
options=(!strip)
sha512sums=(
- "173ccaf45c8f18ab2910a427961056fb01d027585a311105921f7fcbd2d54632abf7eeb3d6e20e141e2ab97fdfed7230d9e3e966a7df844cb16b4eaa694197af"
+ "03001d5862098f40d5310ba385def72924301c739aa0181554c7de2005b671f86e753c596db78dcdcd6959998e71f9b75a58ce9e44e07ce6cd6121940f54734f"
"49c9004d9a157e3ddc4e79b6a800f0ac320989967a86ce887e5f8658c263167d43afa510f5692da86608bda1b98418e4fa9b012d9920c501f11304226136e031"
"5cde2a00f56761b510a550cbf685206646519068f5b1b14d0a0e6c954e38f677aef8ec83c53ff2c85b67ae539a4a419368f2593207548a868466502e675ae38c"
)