summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-16 10:41:18 +0000
committerDaniel Bermond2018-06-16 10:41:18 +0000
commit3d956abadb2967805da0180a31d487ff762d6668 (patch)
tree572f2b5047635cd231214696810b12820c73fb35
parentce92f6ee1c8a9b2c12a8ebf21c734e2ddf9e520e (diff)
downloadaur-3d956abadb2967805da0180a31d487ff762d6668.tar.gz
Updated to version 4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2612185a2a1a..13428aa743d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-decklink
pkgdesc = Complete solution to record, convert and stream audio and video (decklink enabled)
- pkgver = 4.0
- pkgrel = 3
+ pkgver = 4.0.1
+ pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
arch = i686
@@ -71,9 +71,9 @@ pkgbase = ffmpeg-decklink
provides = ffmpeg
conflicts = ffmpeg
conflicts = ffmpeg-git
- source = https://ffmpeg.org/releases/ffmpeg-4.0.tar.xz
+ source = https://ffmpeg.org/releases/ffmpeg-4.0.1.tar.xz
source = LICENSE
- sha256sums = ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f
+ sha256sums = 605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
pkgname = ffmpeg-decklink
diff --git a/PKGBUILD b/PKGBUILD
index 2439448a6e4c..e05542756b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=ffmpeg-decklink
_srcname=ffmpeg
-pkgver=4.0
-pkgrel=3
+pkgver=4.0.1
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (decklink enabled)'
arch=('i686' 'x86_64')
@@ -34,7 +34,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
conflicts=('ffmpeg' 'ffmpeg-git')
source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'LICENSE')
-sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
+sha256sums=('605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')
build() {