summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4524112c555d..ac1c61a3daa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sunvox
pkgdesc = Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker).
pkgver = 2.0e
- pkgrel = 1
+ pkgrel = 2
url = http://warmplace.ru/soft/sunvox/
arch = i686
arch = x86_64
@@ -16,6 +16,8 @@ pkgbase = sunvox
depends = libxdmcp
depends = sdl2
optdepends = jack: jack audio server output
+ optdepends = libgl: required for sunvox_opengl
+ optdepends = libxi: required for sunvox_opengl
source = http://warmplace.ru/soft/sunvox/sunvox-2.0e.zip
source = sunvox.desktop
source = sunvox.xml
diff --git a/PKGBUILD b/PKGBUILD
index cd606eabcd67..5e05e20ecd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=sunvox
pkgver=2.0e
-pkgrel=1
+pkgrel=2
pkgdesc="Small, fast and powerful modular synthesizer with pattern-based sequencer (tracker)."
arch=('i686' 'x86_64')
url="http://warmplace.ru/soft/sunvox/"