summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Herbrich2022-05-26 13:50:38 +0200
committerDennis Herbrich2022-05-26 13:50:38 +0200
commitda2d6be346da499b30ff1a0c9b21e610ccc0ce0b (patch)
tree6d1627455e78e930089620aa853f422e281d8924
parent9b197843a6d42f08662f243cec54ce46d6204ce5 (diff)
downloadaur-da2d6be346da499b30ff1a0c9b21e610ccc0ce0b.tar.gz
upgpkg: sunvox 2.0e-2: install curves, docs, sunvox_opengl
- install `sunvox_opengl` binary on x86_64 - do not install no longer distributed `sunvox_no_simd` binary on i686 - install missing supplementary files `curves` and `docs` - install documentation and licenses to conventional system-wide directories - some bash style cleanup in PKGBUILD
-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/"