summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Anhuth2017-08-04 11:41:04 +0200
committerOliver Anhuth2017-08-04 11:41:04 +0200
commite1a19c920f57063e64bab75cb0d8624731f6e3d7 (patch)
tree00e8f7f87e254241083c1bf8c1d5debcb865c722 /PKGBUILD
parent3d8a7751565a2fcc6fadc195120da0159bef2474 (diff)
downloadaur-e1a19c920f57063e64bab75cb0d8624731f6e3d7.tar.gz
Fix package build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 223d73908e6d..6ba563e750e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gcc-libs')
pkgdesc="Adjusts the volume of music files (mp4/m4a/QT/mp3) using ReplayGain algorithm."
url="http://altosdesign.com/aacgain"
license=('GPL')
-source=(http://mp4v2.googlecode.com/files/mp4v2-1.9.1.tar.bz2
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-1.9.1.tar.bz2
http://downloads.sourceforge.net/sourceforge/faac/faad2-2.7.tar.bz2)
sha256sums=('5c381caeab2326fc48cfda0fe202bdb8ba0ae624d9c97ad7680a2b07e2c2e3b4'
@@ -47,6 +47,7 @@ build() {
msg "Building mp4v2..."
patch -d ../ -p1 <mp4v2.patch
cd ../mp4v2
+ patch -p0 <../../fix_missing_ptr_deref.patch
./configure
make libmp4v2.la