summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67352f10fd4d..5a38b66a0294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = mp3gain
pkgdesc = Lossless mp3 normalizer with statistical analysis
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/mp3gain/
arch = x86_64
arch = armv7h
+ arch = aarch64
license = GPL
depends = mpg123
source = http://downloads.sourceforge.net/mp3gain/mp3gain-1_6_2-src.zip
diff --git a/PKGBUILD b/PKGBUILD
index 28251ee29696..e61e09ee6e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=mp3gain
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Lossless mp3 normalizer with statistical analysis'
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv7h' 'aarch64')
url='https://sourceforge.net/projects/mp3gain/'
license=('GPL')
depends=('mpg123')