summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dec86382ab9..dedfa61c4fa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Feb 6 10:38:35 UTC 2016
pkgbase = mixramp
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.
pkgver = 1.3
- pkgrel = 4
+ pkgrel = 5
url = http://sourceforge.net/projects/mixramp/
arch = i686
arch = x86_64
@@ -11,7 +9,7 @@ pkgbase = mixramp
arch = armv7h
license = GPL
depends = audiofile
- optdepends = python2-eyed3: writer for mp3 tags
+ optdepends = python-eyed3: writer for mp3 tags
optdepends = mpg123: mp3 decoder, needed to perform mixramp analysis
optdepends = flac: decoder and writer for flac tags
optdepends = vorbis-tools: decoder and writer for ogg/vorbis tags
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'