summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKRTirtho2023-08-28 06:53:41 +0000
committerKRTirtho2023-08-28 06:53:41 +0000
commit3e2cfb4c5370beeff13a5970c80cb7e4bf1fbda8 (patch)
treeaec14ad1d2e84b2ceb7b78af2d3f1e2a06e3caf4
parent0e6fc6fa0a32990e3fdf0312c3ef4baf1afb200b (diff)
downloadaur-3e2cfb4c5370beeff13a5970c80cb7e4bf1fbda8.tar.gz
Updated to v3.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a468502e48..e7c4747502bb 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.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/KRTirtho/spotube/
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = spotube-bin
depends = libsecret
depends = jsoncpp
depends = libnotify
- depends = networkmanager
- source = https://github.com/KRTirtho/spotube/releases/download/v3.1.0/spotube-linux-3.1.0-x86_64.tar.xz
- md5sums = 17567699caa75b4e319f191bd5952a22
+ source = https://github.com/KRTirtho/spotube/releases/download/v3.1.1/spotube-linux-3.1.1-x86_64.tar.xz
+ md5sums = 8c1b8cf5a18cf29a4f1e65892619bb29
pkgname = spotube-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c9505ef85f9..695eacfa88ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
pkgname=spotube-bin
-pkgver=3.1.0
+pkgver=3.1.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' 'networkmanager')
+depends=('mpv' 'libappindicator-gtk3' 'libsecret' 'jsoncpp' 'libnotify')
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=(17567699caa75b4e319f191bd5952a22)
+md5sums=(8c1b8cf5a18cf29a4f1e65892619bb29)
validpgpkeys=()
package() {