summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f195b0940065..5dec86382ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# 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
@@ -5,6 +7,8 @@ pkgbase = mixramp
url = http://sourceforge.net/projects/mixramp/
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = GPL
depends = audiofile
optdepends = python2-eyed3: writer for mp3 tags
diff --git a/PKGBUILD b/PKGBUILD
index af72db215b59..4b889fb45e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=mixramp
pkgver=1.3
pkgrel=4
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')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://sourceforge.net/projects/mixramp/"
license=('GPL')
depends=('audiofile')