diff options
author | Bhoppi Chaw | 2020-10-03 21:27:37 +0800 |
---|---|---|
committer | Bhoppi Chaw | 2020-10-03 21:27:37 +0800 |
commit | bc517bf241b1028fbc94b949ade12fac7467b407 (patch) | |
tree | a9cdea824cbdf7b4920a110ee842163ee72a8fe9 | |
parent | 807a7883a77eb635ddd9e4b514c5e9f490a4c54b (diff) | |
download | aur-bc517bf241b1028fbc94b949ade12fac7467b407.tar.gz |
update to 4.3.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.1 + pkgver = 4.3.2 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.1.tar.gz - sha256sums = 3d2ea22f54a352fa649bb35d3b22d1f24797fc0c290b05b535d1b06f1de2f132 + source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-4.3.2.tar.gz + sha256sums = 87c52a6f8035a8f26886d9f6abe6a94326137cfa907ef99763a9d446d7b1f5fb pkgname = ffhevc @@ -1,7 +1,7 @@ #Maintainer: Bhoppi Chaw <bhoppi#outlook,com> pkgname=ffhevc -pkgver=4.3.1 +pkgver=4.3.2 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=('3d2ea22f54a352fa649bb35d3b22d1f24797fc0c290b05b535d1b06f1de2f132') +sha256sums=('87c52a6f8035a8f26886d9f6abe6a94326137cfa907ef99763a9d446d7b1f5fb') package() { cd $pkgname-$pkgver |