summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3e0bc2b4fa..fd4c132b9644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vsxu
pkgdesc = A free to use program that lets you create and perform real-time audio visual presets.
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.6.3
+ pkgrel = 1
url = http://www.vsxu.com/
arch = i686
arch = x86_64
@@ -14,14 +14,13 @@ pkgbase = vsxu
makedepends = pulseaudio
depends = desktop-file-utils
depends = glew
- depends = libpng
depends = opencv
depends = sdl2
depends = xdg-utils
optdepends = alsa-lib: ALSA support.
optdepends = jack: JACK support
optdepends = pulseaudio: PulseAudio support
- source = git+https://github.com/vovoid/vsxu#commit=5722f904c77c7130460d9dd566e4ac776163923e
+ source = git+https://github.com/vovoid/vsxu#commit=5404800f9309f852b8fec6e40e90cb11fa0bbbf9
source = dependencies::git+https://github.com/vovoid/vsxu-dependencies.git
source = cal3d::git+https://github.com/vovoid/cal3d.git
source = freetype2::git+https://github.com/vovoid/freetype2.git
diff --git a/PKGBUILD b/PKGBUILD
index 5ce49c34b1c4..cc06e0e0a954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=vsxu
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
pkgdesc="A free to use program that lets you create and perform real-time audio visual presets."
arch=('i686' 'x86_64')
url="http://www.vsxu.com/"
license=('GPL' 'custom')
-depends=('desktop-file-utils' 'glew' 'libpng' 'opencv' 'sdl2' 'xdg-utils')
+depends=('desktop-file-utils' 'glew' 'opencv' 'sdl2' 'xdg-utils')
makedepends=('alsa-lib' 'cmake' 'git' 'jack' 'pulseaudio')
optdepends=(
'alsa-lib: ALSA support.'
'jack: JACK support'
'pulseaudio: PulseAudio support'
)
-_commit=5722f904c77c7130460d9dd566e4ac776163923e # tags/v0.6.2
+_commit=5404800f9309f852b8fec6e40e90cb11fa0bbbf9 # tags/v0.6.3
source=("git+https://github.com/vovoid/vsxu#commit=$_commit"
"dependencies::git+https://github.com/vovoid/vsxu-dependencies.git"
"cal3d::git+https://github.com/vovoid/cal3d.git"