summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d283bac186..20528de65cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tauon-music-box
pkgdesc = A modern streamlined music player
pkgver = 6.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://tauonmusicbox.rocks
arch = any
license = GPL3
@@ -20,8 +20,6 @@ pkgbase = tauon-music-box
depends = python-beautifulsoup4
depends = python-requests
depends = python-dbus
- depends = python-oauthlib
- depends = python-six
depends = alsa-plugins
depends = ffmpeg
depends = flac
diff --git a/PKGBUILD b/PKGBUILD
index fab65b4e53bb..392710f2824a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=tauon-music-box
_pkgname=tauonmb
_gitname=TauonMusicBox
pkgver=6.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A modern streamlined music player"
arch=('any')
url="https://tauonmusicbox.rocks"
@@ -25,8 +25,6 @@ depends=('python-pillow'
'python-beautifulsoup4'
'python-requests'
'python-dbus'
- 'python-oauthlib'
- 'python-six'
'alsa-plugins'
'ffmpeg'
'flac'