summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2017-02-14 21:02:54 +0300
committerozgursarier2017-02-14 21:02:54 +0300
commit87eb4b9b4e37ee3ff59d99c7e88897643ea7e070 (patch)
tree531c9434e8503eac39955338f631ce0dd413a5c6
parenta77ebced852391e52b020423ab2d06fdbea8cac4 (diff)
downloadaur-87eb4b9b4e37ee3ff59d99c7e88897643ea7e070.tar.gz
Updated to 2.2.4-13
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 304f918a7b50..53af7ce68ee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 09:35:41 UTC 2017
+# Tue Feb 14 18:02:15 UTC 2017
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
pkgver = 2.2.4
- pkgrel = 11
+ pkgrel = 13
url = http://www.videolan.org/vlc/
install = notes.install
arch = i686
@@ -14,10 +14,10 @@ pkgbase = vlc-plugin-fluidsynth
optdepends = soundfont-fluid: FluidR3_GM soundfont
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source_i686 = vlc-plugin-fluidsynth_2.2.4-11_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-11_i386.deb
- md5sums_i686 = 88b8cea10004dc9a266be120117bb99e
- source_x86_64 = vlc-plugin-fluidsynth_2.2.4-11_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-11_amd64.deb
- md5sums_x86_64 = 832dece17c27b57375706c6999debdb0
+ source_i686 = vlc-plugin-fluidsynth_2.2.4-13_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-13_i386.deb
+ md5sums_i686 = ec1e3775c3a63134befe85cad596dfe1
+ source_x86_64 = vlc-plugin-fluidsynth_2.2.4-13_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-13_amd64.deb
+ md5sums_x86_64 = e50414182efbb8023151bfb9d215c9ea
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index c34353f9c90e..798965e5c22f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _compile=0
pkgname=vlc-plugin-fluidsynth
pkgver=2.2.4
-pkgrel=11
+pkgrel=13
_pkgrel_status=
pkgdesc="FluidSynth plugin for VLC"
arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@ 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=('88b8cea10004dc9a266be120117bb99e')
-md5sums_x86_64=('832dece17c27b57375706c6999debdb0')
+md5sums_i686=('ec1e3775c3a63134befe85cad596dfe1')
+md5sums_x86_64=('e50414182efbb8023151bfb9d215c9ea')
else
options=("!libtool" "!emptydirs")
source+=("git://git.videolan.org/${pkgname%%-*}/${pkgname%%-*}-${pkgver:0:3}.git")