summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-26 10:34:38 -0600
committerMark Wagie2024-03-26 10:34:38 -0600
commit32c1ea82609bc8b05f3e9379cfc2bf754cd4a447 (patch)
tree0e3686dc1f5941dea3b57bfa4aa17458f6985401
parent24679c93951c5eb8e6c50470f44d471890c75b02 (diff)
downloadaur-32c1ea82609bc8b05f3e9379cfc2bf754cd4a447.tar.gz
3.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e7504819e78..a611b4f6009b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-music-bin
pkgdesc = YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
- pkgver = 3.3.4
+ pkgver = 3.3.5
pkgrel = 1
url = https://th-ch.github.io/youtube-music
install = youtube-music.install
@@ -11,10 +11,10 @@ pkgbase = youtube-music-bin
depends = nss
provides = youtube-music
conflicts = youtube-music
- source = https://github.com/th-ch/youtube-music/releases/download/v3.3.4/youtube-music_3.3.4_amd64.deb
- source = https://github.com/th-ch/youtube-music/raw/v3.3.4/license
+ source = https://github.com/th-ch/youtube-music/releases/download/v3.3.5/youtube-music_3.3.5_amd64.deb
+ source = https://github.com/th-ch/youtube-music/raw/v3.3.5/license
source = youtube-music.sh
- sha256sums = e03121f650386b287b37f5622c63a136189019935d88298736b624e5cfe3f8a0
+ sha256sums = c130121bc907b47ffe5275e28e1d6bef45c786ac7f054c6863f9dd6f7364566a
sha256sums = e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08
sha256sums = 3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c
diff --git a/PKGBUILD b/PKGBUILD
index e58a10fd81d7..b0d711753aac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Harsh Barsaiyan <hbarsaiyan at gmail dot com>
pkgname=youtube-music-bin
-pkgver=3.3.4
+pkgver=3.3.5
pkgrel=1
pkgdesc="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)"
arch=('x86_64')
@@ -14,7 +14,7 @@ install="${pkgname%-bin}.install"
source=("https://github.com/th-ch/youtube-music/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_amd64.deb"
"https://github.com/th-ch/youtube-music/raw/v$pkgver/license"
"${pkgname%-bin}.sh")
-sha256sums=('e03121f650386b287b37f5622c63a136189019935d88298736b624e5cfe3f8a0'
+sha256sums=('c130121bc907b47ffe5275e28e1d6bef45c786ac7f054c6863f9dd6f7364566a'
'e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08'
'3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c')
@@ -26,5 +26,5 @@ package(){
install -Dm755 "${pkgname%-bin}.sh" "$pkgdir/usr/bin/${pkgname%-bin}"
- install -Dm644 license -t "$pkgdir/usr/share/licenses/${pkgname%-bin}"
+ install -Dm644 license -t "$pkgdir/usr/share/licenses/$pkgname/"
}