summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Wiedenmann2018-05-16 22:48:23 +0200
committerBjörn Wiedenmann2018-05-16 22:48:23 +0200
commit14e1aec4f42df60e3390faf80e55b0f378d15ffb (patch)
tree4778cc1d4080ba0fa2287ca7e0e0947d51aa22a8
parentc8e5a7dd3107dcb5416f6978fd4ffbbf2bc59ca9 (diff)
downloadaur-14e1aec4f42df60e3390faf80e55b0f378d15ffb.tar.gz
Added mpg123 to dependencies, deleted glibc as it is from the base group
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cfaf673c80..c4be8b1d1251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mp3gain
pkgdesc = Lossless mp3 normalizer with statistical analysis
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/mp3gain/
arch = x86_64
arch = armv7h
license = GPL
- depends = glibc
+ depends = mpg123
source = http://downloads.sourceforge.net/mp3gain/mp3gain-1_6_1-src.zip
md5sums = 0df5c6849353de212e8c36a0353d716c
diff --git a/PKGBUILD b/PKGBUILD
index 045105e45f6d..8c1a62e127f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=mp3gain
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lossless mp3 normalizer with statistical analysis'
arch=('x86_64' 'armv7h')
url='https://sourceforge.net/projects/mp3gain/'
license=('GPL')
-depends=('glibc')
+depends=('mpg123')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip")
md5sums=('0df5c6849353de212e8c36a0353d716c')