summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Wiedenmann2018-05-12 21:30:20 +0200
committerBjörn Wiedenmann2018-05-12 21:34:48 +0200
commitc8e5a7dd3107dcb5416f6978fd4ffbbf2bc59ca9 (patch)
tree9d5a981f79654b52fdba508e3ef42d28b798ffd9
parentbc7a144f39e4b629f96a3364b0eefbf7ab945b98 (diff)
downloadaur-c8e5a7dd3107dcb5416f6978fd4ffbbf2bc59ca9.tar.gz
Updated version, URL and maintainer information
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD31
3 files changed, 19 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98874acc72dc..74cfaf673c80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = mp3gain
pkgdesc = Lossless mp3 normalizer with statistical analysis
- pkgver = 1.5.2
- pkgrel = 3
- url = http://mp3gain.sourceforge.net
+ pkgver = 1.6.1
+ pkgrel = 1
+ url = https://sourceforge.net/projects/mp3gain/
arch = x86_64
+ arch = armv7h
license = GPL
depends = glibc
- source = http://downloads.sourceforge.net/mp3gain/mp3gain-1_5_2-src.zip
- source = build-fix.patch
- md5sums = d888563538ec863eeea8afc8207b2739
- md5sums = 20680cbada13ba941b0532ff94e583e1
+ source = http://downloads.sourceforge.net/mp3gain/mp3gain-1_6_1-src.zip
+ md5sums = 0df5c6849353de212e8c36a0353d716c
pkgname = mp3gain
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..468cd87d3ce8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 032255106e1f..045105e45f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,18 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
-# Contributor: keith <keith@hubbard.net>
+# Maintainer: Björn Wiedenmann <archlinux at xorxor dot de>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail dot com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail dot com>
+# Contributor: keith <keith at hubbard dot net>
pkgname=mp3gain
-pkgver=1.5.2
-pkgrel=3
-pkgdesc="Lossless mp3 normalizer with statistical analysis "
-arch=('x86_64')
-url="http://mp3gain.sourceforge.net"
-license=("GPL")
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Lossless mp3 normalizer with statistical analysis'
+arch=('x86_64' 'armv7h')
+url='https://sourceforge.net/projects/mp3gain/'
+license=('GPL')
depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
- build-fix.patch)
-md5sums=('d888563538ec863eeea8afc8207b2739'
- '20680cbada13ba941b0532ff94e583e1')
-
-prepare() {
- cd "$srcdir"
- patch -p0 Makefile <"$srcdir"/build-fix.patch
-}
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip")
+md5sums=('0df5c6849353de212e8c36a0353d716c')
build() {
cd "$srcdir"