summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2021-03-25 16:35:32 -0500
committerHurricanePootis2021-03-25 16:35:32 -0500
commit162b9e274291670bd1ce3ac00087e808adf150f0 (patch)
treebff75591c62ca5db3996e531c3caad2c0e792cd0
parent1c3ec00e9ae8feabceabf85e54deef12000b38c8 (diff)
downloadaur-162b9e274291670bd1ce3ac00087e808adf150f0.tar.gz
Updated pkgrel to force people to rebuild and added name to PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e61469d54a..236845dbbe3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-compat-57
pkgdesc = Compatibility package for ffmpeg to provide versions 57 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package
pkgver = 3.4.2
- pkgrel = 3
+ pkgrel = 4
url = http://ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0fb0d91efe57..694ef8af77d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
# Last Maintainer: Matthew Sexton <wsdmatty@gmail.com>
# Maintainer: sgtxd <mark@sgtxd.de>
+# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=ffmpeg-compat-57
pkgver=3.4.2
-pkgrel=3
+pkgrel=4
pkgdesc="Compatibility package for ffmpeg to provide versions 57 of libavcodec, libavdevice and libavformat, not anymore provided by the ffmpeg package"
arch=('i686' 'x86_64')
url="http://ffmpeg.org/"