summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2017-01-01 12:36:43 +0300
committerozgursarier2017-01-01 12:36:43 +0300
commita77ebced852391e52b020423ab2d06fdbea8cac4 (patch)
tree9b375e1a2503f265b5551f662a14fbd1796420e2
parentf2aed3c720820e2d2e013a94eb1736ff037dde5f (diff)
downloadaur-a77ebced852391e52b020423ab2d06fdbea8cac4.tar.gz
Updated to 2.2.4-11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030254421f6c..304f918a7b50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 16:58:25 UTC 2016
+# Sun Jan 1 09:35:41 UTC 2017
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
pkgver = 2.2.4
- pkgrel = 10
+ pkgrel = 11
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-10_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-10_i386.deb
- md5sums_i686 = d6558dd6e307d0aea946b7c4ad21765a
- source_x86_64 = vlc-plugin-fluidsynth_2.2.4-10_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-10_amd64.deb
- md5sums_x86_64 = 6473268b0e3991f20fe92607db698170
+ 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
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 32d8918691a2..c34353f9c90e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _compile=0
pkgname=vlc-plugin-fluidsynth
pkgver=2.2.4
-pkgrel=10
+pkgrel=11
_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=('d6558dd6e307d0aea946b7c4ad21765a')
-md5sums_x86_64=('6473268b0e3991f20fe92607db698170')
+md5sums_i686=('88b8cea10004dc9a266be120117bb99e')
+md5sums_x86_64=('832dece17c27b57375706c6999debdb0')
else
options=("!libtool" "!emptydirs")
source+=("git://git.videolan.org/${pkgname%%-*}/${pkgname%%-*}-${pkgver:0:3}.git")