summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-07 09:40:34 -0600
committerMark Wagie2023-10-07 09:40:34 -0600
commit7253c4cfa6dff91491a5add1fa19ce753a7e1b9c (patch)
tree7ac17fc1058cb4d943814e8cd2dd2d152097f3df
parenta77a306b31d0c0c6e68ad216bbfc60af869beb00 (diff)
downloadaur-7253c4cfa6dff91491a5add1fa19ce753a7e1b9c.tar.gz
2.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65a66733e8d..263003957ff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = youtube-music-bin
pkgdesc = YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
- pkgver = 1.20.0
- pkgrel = 5
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://th-ch.github.io/youtube-music
install = youtube-music.install
arch = x86_64
@@ -11,13 +11,12 @@ pkgbase = youtube-music-bin
depends = libsecret
depends = nss
optdepends = libnotify: desktop notifications
- optdepends = libappindicator-gtk3: tray icon
provides = youtube-music
conflicts = youtube-music
- source = https://github.com/th-ch/youtube-music/releases/download/v1.20.0/youtube-music_1.20.0_amd64.deb
- source = https://github.com/th-ch/youtube-music/raw/v1.20.0/license
+ source = https://github.com/th-ch/youtube-music/releases/download/v2.0.0/youtube-music_2.0.0_amd64.deb
+ source = https://github.com/th-ch/youtube-music/raw/v2.0.0/license
source = youtube-music.sh
- sha256sums = dbefcfdcab7df20be27690b9ecb0762816be61988b0371af7b2f0afb24b66494
+ sha256sums = b511abf7f3b00bc6679ea78e83efee33846d84c727270ccdb8194b41347b3c67
sha256sums = e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08
sha256sums = 3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c
diff --git a/PKGBUILD b/PKGBUILD
index cc82c211a033..867d4b7c3a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Harsh Barsaiyan <hbarsaiyan at gmail dot com>
pkgname=youtube-music-bin
-pkgver=1.20.0
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
pkgdesc="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)"
arch=('x86_64')
url="https://th-ch.github.io/youtube-music"
license=('MIT')
depends=('gtk3' 'libsecret' 'nss')
makedepends=('setconf')
-optdepends=('libnotify: desktop notifications'
- 'libappindicator-gtk3: tray icon')
+optdepends=('libnotify: desktop notifications')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
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=('dbefcfdcab7df20be27690b9ecb0762816be61988b0371af7b2f0afb24b66494'
+sha256sums=('b511abf7f3b00bc6679ea78e83efee33846d84c727270ccdb8194b41347b3c67'
'e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08'
'3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c')