summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens John2016-11-13 11:23:33 +0100
committerJens John2016-11-13 11:23:33 +0100
commit18f250660ea7936d362073879b90261e906a414a (patch)
tree53b8d4b497815bab343c4c8cce077978ba778844 /PKGBUILD
parent61c48d9d9030bb430d52f4061a0d284b5c664434 (diff)
downloadaur-18f250660ea7936d362073879b90261e906a414a.tar.gz
0.6-15: Fix dead upstream source URL
Point to Launchpad instead (checksum matches). I'll look if their policy permits hotlinking like this, if not, I'll host the tarball myself.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b9fd3d1db0e..f0528c9ae322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# $Id: PKGBUILD, 2009/06/6$
-# Maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
+# Maintainer: Jens John <asterisk@2ion.de>
+# Past maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
# Contributors:
# * Alireza Savand <alireza.savand@gmail.com>
# * Maxime de Roucy <maxime.deroucy@gmail.com>
@@ -10,7 +11,7 @@
pkgname=alsaequal
pkgver=0.6
-pkgrel=14
+pkgrel=15
pkgdesc='Real-time adjustable equalizer plugin for ALSA sound server'
url='http://www.thedigitalmachine.net/alsaequal.html'
@@ -21,7 +22,7 @@ depends=('alsa-lib' 'caps')
optdepends=('swh-plugins: to use the mbeq equalizer (15-band)')
install=alsaequal.install
-source=("http://www.thedigitalmachine.net/tools/alsaequal-$pkgver.tar.bz2"
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/alsaequal_${pkgver}.orig.tar.bz2"
'makefile.patch'
'false_error.patch'
'caps_9.x.patch')