summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-10-21 00:37:29 +0800
committerBhoppi Chaw2019-10-21 00:37:29 +0800
commitd36e5f22ea2dfc5f0e2a174696382eee1b572dbd (patch)
tree0292ba6130bf344dc0e1711fcf6d7afaf3d5e6e1
parentec0aa1ab7707131ca98e1c07bfdc3d70bf456997 (diff)
downloadaur-d36e5f22ea2dfc5f0e2a174696382eee1b572dbd.tar.gz
update to 3.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2fa49d414b3..6381fbd07b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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 = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.9.1.tar.gz
- sha256sums = 0f3ef183cc9f046e33a6e1815d1c72805d03f21c1d843441f4b9e874511802a7
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.9.2.tar.gz
+ sha256sums = 29f6a2f2978022637cc2aaca7c8ef1fed3be99dc7d2cb8dca22e80b6dbbeff78
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 0e1b39a0568f..e22a90e83a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.9.1
+pkgver=3.9.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)
@@ -9,7 +9,7 @@ url='https://ffhevc.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('0f3ef183cc9f046e33a6e1815d1c72805d03f21c1d843441f4b9e874511802a7')
+sha256sums=('29f6a2f2978022637cc2aaca7c8ef1fed3be99dc7d2cb8dca22e80b6dbbeff78')
package() {
cd $pkgname-$pkgver