summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-11-08 11:49:36 +0100
committerM0Rf302016-11-08 11:49:36 +0100
commit895c6c6afcb8b399a998ed7f0f3eab7b9c6d361c (patch)
treeb2787170c8e9e21a906db7057bdd73f8d78da25a
parentcc0a1b3f3834a88951e7dacbe3adc2ebdaba1c25 (diff)
downloadaur-895c6c6afcb8b399a998ed7f0f3eab7b9c6d361c.tar.gz
removed unneeded python-mutagen dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0138eb78c66c..173f987618a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 23 22:37:43 UTC 2016
+# Tue Nov 8 10:49:16 UTC 2016
pkgbase = libshout-idjc
pkgdesc = Libshout library plus some extensions for IDJC.
pkgver = 2.4.1
@@ -13,7 +13,6 @@ pkgbase = libshout-idjc
depends = speex
depends = openssl
depends = twolame
- depends = python-mutagen
options = !emptydirs
source = http://downloads.sourceforge.net/idjc/libshout-idjc/libshout-idjc-2.4.1.tar.gz
md5sums = 8c29d5a17207489c9d61a8b501774af4
diff --git a/PKGBUILD b/PKGBUILD
index 317e5280a208..b155728db633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame' 'python-mutagen')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame')
options=('!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
license=('LGPL')