summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-09-10 21:40:07 +0200
committerfrancoism902019-09-10 21:40:07 +0200
commitb205b4af5ed261ad51057482c7f119dfb4d6442c (patch)
tree28aafb657ad4ad94c0f309100771fe59ef369e33
parent27551663d2f42e703ed74dd3bd18e5ae7d6348ae (diff)
downloadaur-b205b4af5ed261ad51057482c7f119dfb4d6442c.tar.gz
updpkg: 4.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fe6d7daf37..62a6c1edc118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-qsv
pkgdesc = Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)
- pkgver = 4.2
+ pkgver = 4.2.1
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@@ -74,7 +74,7 @@ pkgbase = ffmpeg-qsv
provides = libswscale.so
conflicts = ffmpeg
conflicts = ffmpeg-qsv-git
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.2
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.2.1
source = LICENSE
sha256sums = SKIP
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
diff --git a/PKGBUILD b/PKGBUILD
index 15ad5bc77838..dcae696fa80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
-pkgver=4.2
+pkgver=4.2.1
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
@@ -104,7 +104,7 @@ build() {
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/opt/intel/mediasdk/lib64/pkgconfig"
./configure \
- --prefix='/usr' \
+ --prefix=/usr \
--disable-debug \
--disable-static \
--disable-stripping \