summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2021-03-03 20:21:45 +0100
committerKrzysztof AS (3ED)2021-03-03 20:21:45 +0100
commit6bf8d8805b4a3bf2c0ffb1263214faf7a1998625 (patch)
tree871df5193ee33b9b62ab9cbe74e33f4e33c30159 /PKGBUILD
parentf2658483a61751cd5e9626fc6982caccc1ef9773 (diff)
downloadaur-6bf8d8805b4a3bf2c0ffb1263214faf7a1998625.tar.gz
fix depends: python2-eyed3 -> python-eyed3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b889fb45e84..93316d7b3da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mixramp
pkgver=1.3
-pkgrel=4
+pkgrel=5
pkgdesc="A utility to analyse sound files and print out the volume profile of the start and end. The idea is to embed those profiles in metadata so players can do intelligent mixing between tracks. Supports FLAC, OGG and MP3."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://sourceforge.net/projects/mixramp/"
license=('GPL')
depends=('audiofile')
-optdepends=('python2-eyed3: writer for mp3 tags'
+optdepends=('python-eyed3: writer for mp3 tags'
'mpg123: mp3 decoder, needed to perform mixramp analysis'
'flac: decoder and writer for flac tags'
'vorbis-tools: decoder and writer for ogg/vorbis tags'