summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-08-16 01:12:03 +0300
committerozgursarier2016-08-16 01:12:03 +0300
commit429e428375d54a17daa4c0a050fb53bec81264cc (patch)
tree8216d541b70348e0a62123aee061189042f0be4f
parentdac1d2545e142bb2901f72090cfe1f1c513008d7 (diff)
downloadaur-429e428375d54a17daa4c0a050fb53bec81264cc.tar.gz
Update to 2.2.4-3+b1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807e26006716..5d4fe867f682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 07:29:44 UTC 2016
+# Mon Aug 15 22:11:05 UTC 2016
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
pkgver = 2.2.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.videolan.org/vlc/
install = notes.install
arch = i686
@@ -15,10 +15,10 @@ pkgbase = vlc-plugin-fluidsynth
provides = vlc-plugin-fluidsynth=2.2.4
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source_i686 = vlc-plugin-fluidsynth_2.2.4-2_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-2_i386.deb
- md5sums_i686 = 7ecd7f529b465ea75e3ec929fdf71b2d
- source_x86_64 = vlc-plugin-fluidsynth_2.2.4-2_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-2_amd64.deb
- md5sums_x86_64 = d6a51b7c175bc0d1e630f07609c95c1f
+ source_i686 = vlc-plugin-fluidsynth_2.2.4-3+b1_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-3+b1_i386.deb
+ md5sums_i686 = 8f94a60a86d0a5c79fa49f73b0402fbe
+ source_x86_64 = vlc-plugin-fluidsynth_2.2.4-3+b1_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-3+b1_amd64.deb
+ md5sums_x86_64 = 11af57a1552d26c11ae8f207b86c5b80
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 12b4f420ba4b..007fd702404d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _compile=0
pkgname=vlc-plugin-fluidsynth
pkgver=2.2.4
-pkgrel=2
-pkgrel_status=
+pkgrel=3
+pkgrel_status=+b1
pkgdesc="FluidSynth plugin for VLC"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -24,8 +24,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=('7ecd7f529b465ea75e3ec929fdf71b2d')
-md5sums_x86_64=('d6a51b7c175bc0d1e630f07609c95c1f')
+md5sums_i686=('8f94a60a86d0a5c79fa49f73b0402fbe')
+md5sums_x86_64=('11af57a1552d26c11ae8f207b86c5b80')
else
options=("!libtool" "!emptydirs")
source+=("git://git.videolan.org/${pkgname%%-*}/${pkgname%%-*}-${pkgver:0:3}.git")