summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-19 09:51:46 -0600
committerMark Wagie2023-10-19 09:51:46 -0600
commit398c2c62c88196103175e0e49a30a694aa127112 (patch)
treeef355e864b0bded7a67068a17ecb6545d187806f
parentb709870f7caa99610263d0c05fb83ae36bdfe4fe (diff)
downloadaur-398c2c62c88196103175e0e49a30a694aa127112.tar.gz
2.1.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438752148092..f9fce1ef917c 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 = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://th-ch.github.io/youtube-music
install = youtube-music.install
@@ -10,13 +10,12 @@ pkgbase = youtube-music-bin
depends = gtk3
depends = libsecret
depends = nss
- optdepends = libnotify: desktop notifications
provides = youtube-music
conflicts = youtube-music
- source = https://github.com/th-ch/youtube-music/releases/download/v2.1.1/youtube-music_2.1.1_amd64.deb
- source = https://github.com/th-ch/youtube-music/raw/v2.1.1/license
+ source = https://github.com/th-ch/youtube-music/releases/download/v2.1.2/youtube-music_2.1.2_amd64.deb
+ source = https://github.com/th-ch/youtube-music/raw/v2.1.2/license
source = youtube-music.sh
- sha256sums = e9d8d5e7c61b243cc484f6e72d4fa80a8286ea0d97f719545eb70242542f2c4e
+ sha256sums = 9e22c53f2da04572811a6ab7b947b572d1cd98fb1c37c73d0edcb04f6768423d
sha256sums = e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08
sha256sums = 3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c
diff --git a/PKGBUILD b/PKGBUILD
index 2c2d6640385d..45a0af8b9af1 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=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)"
arch=('x86_64')
@@ -9,14 +9,13 @@ url="https://th-ch.github.io/youtube-music"
license=('MIT')
depends=('gtk3' 'libsecret' 'nss')
makedepends=('setconf')
-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=('e9d8d5e7c61b243cc484f6e72d4fa80a8286ea0d97f719545eb70242542f2c4e'
+sha256sums=('9e22c53f2da04572811a6ab7b947b572d1cd98fb1c37c73d0edcb04f6768423d'
'e7e14b3b771ecadb23f6ee0b6f99d1553e385e35cdb44fc8e36ee7c878dacd08'
'3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c')