summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2020-12-28 08:56:56 +0800
committerBhoppi Chaw2020-12-28 08:56:56 +0800
commit54c90d2ed7b12df70cf7118e34b60e828d6a484a (patch)
treed0d7250f4a0198d2b23576b456fba6a1aa8358fb
parent8af1358f4d7e38f4667ec879e1ff6c9d09b20fae (diff)
downloadaur-54c90d2ed7b12df70cf7118e34b60e828d6a484a.tar.gz
update to 4.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16912feaa1ee..28281f1f759e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffhevc
pkgdesc = a small yet quite capable shell script for encoding video files to the H.265/HEVC video format using ffmpeg and libx265.
- pkgver = 4.3.5
+ pkgver = 4.3.6
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
@@ -9,8 +9,8 @@ pkgbase = ffhevc
depends = bc
optdepends = mplayer: for crop preview only
optdepends = gpac: for mp4/mov cover art only
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-4.3.5.tar.gz
- sha256sums = 9c29594a0f0e72da74c34c2b798c98f220c610f6cbf4afdcc3a538ae8ee3f2db
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-4.3.6.tar.gz
+ sha256sums = 5fb0e75f969bb539596fd8f0f52030ad0372bbacaa98131b199cf84ccfc1f903
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 454d1f9e989c..1eaf57285112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=4.3.5
+pkgver=4.3.6
pkgrel=1
pkgdesc='a small yet quite capable shell script for encoding video files to the H.265/HEVC video format using ffmpeg and libx265.'
arch=(any)
@@ -13,7 +13,7 @@ optdepends=(
'gpac: for mp4/mov cover art only'
)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('9c29594a0f0e72da74c34c2b798c98f220c610f6cbf4afdcc3a538ae8ee3f2db')
+sha256sums=('5fb0e75f969bb539596fd8f0f52030ad0372bbacaa98131b199cf84ccfc1f903')
package() {
cd $pkgname-$pkgver