summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornik1232016-12-02 21:42:38 +0100
committernik1232016-12-02 21:42:38 +0100
commite965c6351178653a3bdc64c8fe61f7dc1888bf89 (patch)
treea9b8d759a108cc2764ce93ee20c6f7fc7d78c674
parent853cfe47ba246fd18f4ed0c4f3fab5a407dc9f06 (diff)
downloadaur-e965c6351178653a3bdc64c8fe61f7dc1888bf89.tar.gz
fixed the darn thing
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e22c32837cca..341b8a2aff22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=cava-gui-git
_pkgname=cava
-pkgver=r284.164c494
+pkgver=r.
pkgrel=1
pkgdesc='Console/GUI Audio Visualizer for Alsa/Pulseaudio'
arch=('i686' 'x86_64')
url='https://github.com/nikp123/cava-gui'
license=('MIT')
depends=('fftw' 'alsa-lib' 'iniparser' 'ncurses' 'libx11' 'sdl2')
-makedepends=('git' 'libtool' 'automake')
-source=('git+https://github.com/nikp123/cava.git')
+makedepends=('libtool' 'automake' 'subversion')
+source=('svn+https://github.com/karlstav/cava')
conflicts=($_pkgname)
provides=($_pkgname)
sha1sums=('SKIP')
@@ -19,14 +19,14 @@ pkgver() {
}
build() {
- cd $_pkgname
+ cd $_pkgname/branches/gui
./autogen.sh
./configure
make
}
package() {
- cd $_pkgname
+ cd $_pkgname/branches/gui
install -Dm755 cava "$pkgdir/usr/bin/$_pkgname"
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
install -Dm744 example_files/desktop/icon.png "$pkgdir/usr/share/$_pkgname/icon.png"