summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2018-01-02 22:12:44 +0800
committerBhoppi Chaw2018-01-02 22:12:44 +0800
commit6d9a919ad4e0f1c644300fa3447b3ff82abf5f0a (patch)
tree2b215b118c2facf3347f0796eb35c0104b44409e
parent42c0bde1864e2ae55d7d250ef9d1901bfccb1fa5 (diff)
downloadaur-6d9a919ad4e0f1c644300fa3447b3ff82abf5f0a.tar.gz
update to 3.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e968b7a6fede..4a9b787cf13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Dec 30 09:22:25 UTC 2017
+# Tue Jan 2 14:12:30 UTC 2018
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.4.7
+ pkgver = 3.5.0
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.4.7.tar.gz
- sha256sums = e34228a66ceec60846128e0a89dac14de32e833ea92dd50a3c1b18ffabfb330c
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-3.5.0.tar.gz
+ sha256sums = 7d7cce8da1e925d861fa654cb23d35f918346468c4d347f84f4097dc1a70aa90
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 125aeac090e3..920144f2275b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.4.7
+pkgver=3.5.0
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=('e34228a66ceec60846128e0a89dac14de32e833ea92dd50a3c1b18ffabfb330c')
+sha256sums=('7d7cce8da1e925d861fa654cb23d35f918346468c4d347f84f4097dc1a70aa90')
package()
{