summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin C. Doege2018-01-10 16:26:52 +0100
committerMartin C. Doege2018-01-10 16:26:52 +0100
commit2917c224a70c897da82879a18feae070b36cfb75 (patch)
tree2a15a21ef9c11997bb5eb41ab4fa98992a895211
parent7e29325ad69fd6e49311ca747aeaf5f97b692a12 (diff)
downloadaur-2917c224a70c897da82879a18feae070b36cfb75.tar.gz
regular linuxsampler now also works
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a8959e338d..22ab6c16344f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = salamander_piano
pkgdesc = A high-quality (48 kHz/24 bit/16 layers) piano sample library
pkgver = 3
- pkgrel = 1
+ pkgrel = 2
url = http://freepats.zenvoid.org/Piano/
arch = any
license = cc-by-3.0
- optdepends = linuxsampler-svn: for playing SFZ files
+ optdepends = linuxsampler: for playing SFZ instruments
source = http://freepats.zenvoid.org/Piano/SalamanderGrandPianoV3_48khz24bit.tar.bz2
md5sums = 44c5be2c774aeb968cf9bc09952511dd
diff --git a/PKGBUILD b/PKGBUILD
index 87287a4e1fac..3bb68d65bd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=salamander_piano
pkgver=3
-pkgrel=1
+pkgrel=2
pkgdesc="A high-quality (48 kHz/24 bit/16 layers) piano sample library"
arch=("any")
url="http://freepats.zenvoid.org/Piano/"
license=("cc-by-3.0")
-optdepends=("linuxsampler-svn: for playing SFZ files")
+optdepends=("linuxsampler: for playing SFZ instruments")
source=("http://freepats.zenvoid.org/Piano/SalamanderGrandPianoV3_48khz24bit.tar.bz2")
md5sums=('44c5be2c774aeb968cf9bc09952511dd')
PKGEXT='.pkg.tar'