summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-08-07 12:45:51 +0800
committerBhoppi Chaw2019-08-07 12:45:51 +0800
commitf835204dbeccf56949342ab24334ef58411068e9 (patch)
tree180f63dfa1a6861296774b6590c8ba7518681cb4
parenta9c5ac8b33357cd9e57eba5b1e9a552224f2dd80 (diff)
downloadaur-f835204dbeccf56949342ab24334ef58411068e9.tar.gz
update to 37.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5666759edb11..7a24fdf883e0 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.3
+ pkgver = 3.7.4
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.3.tar.gz
- sha256sums = 3b4f42e79d24182c1fef2237ad19cfd2c6c1548077dad6fa44a7a779b684ca61
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.7.4.tar.gz
+ sha256sums = 541c2dea79643eac74449243c67fabe6d32d2c16d802aff79d5ece57efde3397
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 40e9b57f3136..b9c3f69992f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.7.3
+pkgver=3.7.4
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=('3b4f42e79d24182c1fef2237ad19cfd2c6c1548077dad6fa44a7a779b684ca61')
+sha256sums=('541c2dea79643eac74449243c67fabe6d32d2c16d802aff79d5ece57efde3397')
package() {
cd $pkgname-$pkgver