summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-02-18 04:59:23 +0200
committerozgursarier2016-02-18 04:59:23 +0200
commitc1f2eedc1078b089aae577a8c718982ba7911f6c (patch)
treec48bca41ecb61f6091c5a90af3b2a1e4b6e93ff4
parent45e9bf8917a5fc820427d05d926e6eb1f4a07938 (diff)
downloadaur-c1f2eedc1078b089aae577a8c718982ba7911f6c.tar.gz
Update to 2.2.2-3
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
2 files changed, 21 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5f1f22bd22..41b1b7cae0aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Feb 18 02:58:02 UTC 2016
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
- pkgver = 2.2.1
- pkgrel = 5
+ pkgver = 2.2.2
+ pkgrel = 3
url = http://www.videolan.org/vlc/
install = notes.install
arch = i686
@@ -10,13 +12,13 @@ pkgbase = vlc-plugin-fluidsynth
depends = vlc<3.0.0
depends = fluidsynth
optdepends = soundfont-fluid: FluidR3_GM soundfont
- provides = vlc-plugin-fluidsynth=2.2.1
+ provides = vlc-plugin-fluidsynth=2.2.2
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source_i686 = vlc-plugin-fluidsynth_2.2.1-5+b1_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.1-5+b1_i386.deb
- md5sums_i686 = 4f98040fbb98ca8cf9d553322256ff00
- source_x86_64 = vlc-plugin-fluidsynth_2.2.1-5+b1_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.1-5+b1_amd64.deb
- md5sums_x86_64 = 34cde3aabf6b4dd654977c4c8fcca67c
+ source_i686 = vlc-plugin-fluidsynth_2.2.2-3+b1_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.2-3+b1_i386.deb
+ md5sums_i686 = 44a12f745accfa36ce430d636fa6daa5
+ source_x86_64 = vlc-plugin-fluidsynth_2.2.2-3+b1_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.2-3+b1_amd64.deb
+ md5sums_x86_64 = dbd22d9556509eff14ee73cbe54dd942
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index bd7c6dfd6c0b..d299b6f101e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _compile=0 # Default 0
# 1=Download vlc stable git source and compile vlc fluidsynth plugin standalone.
pkgname=vlc-plugin-fluidsynth
-pkgver=2.2.1
-pkgrel=5
+pkgver=2.2.2
+pkgrel=3
pkgrel_status=+b1
pkgdesc="FluidSynth plugin for VLC"
arch=('i686' 'x86_64')
@@ -24,21 +24,21 @@ if [ "${_compile}" -eq 0 ]; then
source_i686=("${pkgname}_${pkgver}-${pkgrel}${pkgrel_status}_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/${pkgname}_${pkgver}-${pkgrel}${pkgrel_status}_i386.deb")
source_x86_64=("${pkgname}_${pkgver}-${pkgrel}${pkgrel_status}_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/${pkgname}_${pkgver}-${pkgrel}${pkgrel_status}_amd64.deb")
-md5sums_i686=('4f98040fbb98ca8cf9d553322256ff00')
-md5sums_x86_64=('34cde3aabf6b4dd654977c4c8fcca67c')
+md5sums_i686=('44a12f745accfa36ce430d636fa6daa5')
+md5sums_x86_64=('dbd22d9556509eff14ee73cbe54dd942')
else
options=("!libtool" "!emptydirs")
source+=("git://git.videolan.org/${pkgname%%-*}/${pkgname%%-*}-${pkgver:0:3}.git")
md5sums+=('SKIP')
fi
-pkgver() {
- if [ "${_compile}" -ne 0 ]; then
+if [ "${_compile}" -ne 0 ]; then
+ pkgver() {
cd "${srcdir}/${pkgname%%-*}-${pkgver:0:3}"
conf_ver=`sed -n 's/)$//g;s/^AC_INIT(vlc, //p' configure.ac`
echo "${conf_ver:0:5}"
- fi
-}
+ }
+fi
prepare() {
if [ "${_compile}" -eq 0 ]; then
@@ -54,8 +54,8 @@ prepare() {
fi
}
-build() {
- if [ "${_compile}" -ne 0 ]; then
+if [ "${_compile}" -ne 0 ]; then
+ build() {
cd "${srcdir}/${pkgname%%-*}-${pkgver:0:3}"
msg 'Generating necessary files...'
@@ -90,8 +90,8 @@ build() {
cd "${srcdir}/${pkgname%%-*}-${pkgver:0:3}/modules/"
make top_builddir="${srcdir}/${pkgname%%-*}-${pkgver:0:3}" codec/libfluidsynth_plugin_la-fluidsynth.lo libfluidsynth_plugin.la
- fi
-}
+ }
+fi
package() {
if [ "${_compile}" -eq 0 ]; then