summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2015-09-18 17:32:19 +0300
committerozgursarier2015-09-18 17:32:19 +0300
commit8ddf43b49cd0d150592c63dc3cad37f5b0057b45 (patch)
treed4cc38c59e1c6c385831b63286ea3855292c885e
parentf0c96347eba42c3a56eddd053bacfafb5ca59a48 (diff)
downloadaur-8ddf43b49cd0d150592c63dc3cad37f5b0057b45.tar.gz
Simplifying PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950ece69a49c..4c97e5f6a535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,12 +10,9 @@ pkgbase = vlc-plugin-fluidsynth
depends = vlc<3.0.0
depends = fluidsynth
optdepends = soundfont-fluid: FluidR3_GM soundfont
- optdepends = soundfont-toh: Don Allen's Timbres of Heaven soundfont
provides = vlc-plugin-fluidsynth=2.2.1
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source = notes.install
- md5sums = 08522396ead8dc126392fea4a26a7940
source_i686 = vlc-plugin-fluidsynth_2.2.1-4_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.1-4_i386.deb
md5sums_i686 = 221cc6cca2507ee5f5584b2f757f040c
source_x86_64 = vlc-plugin-fluidsynth_2.2.1-4_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.1-4_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 903edfeacfb8..af8b9af8d9bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,11 @@ url="http://www.videolan.org/vlc/"
license=('LGPL2.1')
depends=('vlc<3.0.0' 'fluidsynth')
makedepends=()
-optdepends=("soundfont-fluid: FluidR3_GM soundfont"
- "soundfont-toh: Don Allen's Timbres of Heaven soundfont")
+optdepends=("soundfont-fluid: FluidR3_GM soundfont")
conflicts=("${pkgname}-git")
provides=("${pkgname}=${pkgver}")
replaces=("${pkgname}-git")
install="notes.install"
-source=("notes.install")
-md5sums=('08522396ead8dc126392fea4a26a7940')
if [ "${_compile}" -eq 0 ]; then
source_i686=("${pkgname}_${pkgver}-${pkgrel}_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/${pkgname}_${pkgver}-${pkgrel}_i386.deb")