summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcoreymwamba2015-09-18 10:37:34 +0100
committercoreymwamba2015-09-18 10:37:34 +0100
commiteb6493cd0bdc2ddd595ccb28d2361f8887c003de (patch)
tree09860e0b83e42ae3c5fc50b5f2f511ee3d5d8ff7 /PKGBUILD
parent9a27791cb0f0a3841975be5862311fba3eed8e5f (diff)
downloadaur-sndpeek-alsa.tar.gz
correcting provides()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0aaa7a16788..8731839f222f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@
pkgname=sndpeek-alsa
_pkgname=sndpeek
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="a real-time audio visualization tool (animated, 3D): ALSA version"
arch=('i686' 'x86_64')
-url="http://www.gewang.com/software/sndpeek/"
+url="http://soundlab.cs.princeton.edu/software/sndpeek/"
license=('GPL')
groups=('multimedia')
depends=('libsndfile' 'alsa-lib' 'glu' 'freeglut' 'libxmu')
-provides=('sndpeek')
-source=("http://soundlab.cs.princeton.edu/software/sndpeek/files/$_pkgname-$pkgver.tgz" "LPC.patch" "makefile.alsa.patch")
+provides=('sndpeek-alsa')
+source=("http://soundlab.cs.princeton.edu/software/$_pkgname/files/$_pkgname-$pkgver.tgz" "LPC.patch" "makefile.alsa.patch")
md5sums=('91df9f339230fd6c01f85ebd4cca51cb'
'b73a667384ffa9237ded847483c796da'
'caa0c3b10406cb0d202e996da618870c')