summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-09-18 10:48:47 +0800
committerBhoppi Chaw2019-09-18 10:48:47 +0800
commit1cb4090e2d64be2c3fe3f7f3ce26afb83fd2e351 (patch)
tree5bbf48834b3fc5146b630f751a853a263428d7b2
parentbfd2fad5bb37917d8814f0560853cc4a0a3a2efe (diff)
downloadaur-1cb4090e2d64be2c3fe3f7f3ce26afb83fd2e351.tar.gz
update to 3.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc922fcc0040..a8ce5269fe57 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.7.7
+ pkgver = 3.7.8
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.7.tar.gz
- sha256sums = 1e530b103bf41c8bd0acd97a2af2fe86c93620440d18e578f5f0a5998b0aafd4
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.8.tar.gz
+ sha256sums = bedb980b688ae331a491cbf4a20e21a996881258ba9471ac7e2e3b07b6315568
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 749a1ba70ced..8158ca4290c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.7.7
+pkgver=3.7.8
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=('1e530b103bf41c8bd0acd97a2af2fe86c93620440d18e578f5f0a5998b0aafd4')
+sha256sums=('bedb980b688ae331a491cbf4a20e21a996881258ba9471ac7e2e3b07b6315568')
package() {
cd $pkgname-$pkgver