summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-04 13:02:55 -0600
committerMark Wagie2020-08-04 13:02:55 -0600
commitbd656b77b1a4d1c3d84bc0b2f96f969615ff233e (patch)
tree65f5526c47d718fa575c9b02b3859289886949eb
parent087da323857f561c93471fca6fa6dd33e0a6074d (diff)
downloadaur-bd656b77b1a4d1c3d84bc0b2f96f969615ff233e.tar.gz
Use TagLib instead of Mutagen
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 746eb23d50a5..50e71e068b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 2.0.0.1.r2817.b98790de
+ pkgver = 2.1.0.dev1.r3024.0526c8b4
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
@@ -13,7 +13,7 @@ pkgbase = nicotine-plus-git
depends = libnotify
depends = python-dbus
depends = python-gobject
- depends = python-mutagen
+ depends = python-pytaglib
depends = xdg-utils
optdepends = miniupnpc: UPnP support
optdepends = python-miniupnpc: Python bindings for miniupnpc
diff --git a/PKGBUILD b/PKGBUILD
index 0eea79f73f1b..969a1d78e785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.0.0.1.r2817.b98790de
+pkgver=2.1.0.dev1.r3024.0526c8b4
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="https://nicotine-plus.github.io/nicotine-plus"
license=('GPL3')
depends=('gtk3' 'gobject-introspection' 'libnotify' 'python-dbus'
- 'python-gobject' 'python-mutagen' 'xdg-utils')
+ 'python-gobject' 'python-pytaglib' 'xdg-utils')
makedepends=('git' 'python-setuptools')
optdepends=('miniupnpc: UPnP support'
'python-miniupnpc: Python bindings for miniupnpc'