summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKRTirtho2023-08-04 16:18:47 +0000
committerKRTirtho2023-08-04 16:18:47 +0000
commitf7bf7aeb30913eb784f1ee77df5d98b5225a0349 (patch)
treea4c73e767cae584c0582962f270b6c810aad7a5a
parent31782c480fdbee4d3a8f4807eaa5564dc595bc1c (diff)
downloadaur-f7bf7aeb30913eb784f1ee77df5d98b5225a0349.tar.gz
Updated to v3.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91441276b8eb..ddefec93dd42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotube-bin
pkgdesc = Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/KRTirtho/spotube/
arch = x86_64
@@ -10,7 +10,8 @@ pkgbase = spotube-bin
depends = libsecret
depends = jsoncpp
depends = libnotify
- source = https://github.com/KRTirtho/spotube/releases/download/v3.0.0/spotube-linux-3.0.0-x86_64.tar.xz
- md5sums = d985c5c8da9414385ac383a6fb77b5d4
+ depends = networkmanager
+ source = https://github.com/KRTirtho/spotube/releases/download/v3.0.1/spotube-linux-3.0.1-x86_64.tar.xz
+ md5sums = 151f163db1366384e9f769ab0ebc2e31
pkgname = spotube-bin
diff --git a/PKGBUILD b/PKGBUILD
index caf0cec33f65..a2465214b77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
pkgname=spotube-bin
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
epoch=
pkgdesc="Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!"
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/KRTirtho/spotube/"
license=('BSD-4-Clause')
groups=()
-depends=('mpv' 'libappindicator-gtk3' 'libsecret' 'jsoncpp' 'libnotify')
+depends=('mpv' 'libappindicator-gtk3' 'libsecret' 'jsoncpp' 'libnotify' 'networkmanager')
makedepends=()
checkdepends=()
optdepends=()
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/spotube-linux-${pkgver}-x86_64.tar.xz")
noextract=()
-md5sums=(d985c5c8da9414385ac383a6fb77b5d4)
+md5sums=(151f163db1366384e9f769ab0ebc2e31)
validpgpkeys=()
package() {