summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-12-23 22:37:44 +0800
committerBhoppi Chaw2019-12-23 22:37:44 +0800
commite67eeb757d146d265845733f59a03d6639a7e6ce (patch)
treedb2b0e3788f7740077dba9d5ff590faa0da1128d
parentc2258d3d9c0fca69d6f11c62cdd97a9e3f82c237 (diff)
downloadaur-e67eeb757d146d265845733f59a03d6639a7e6ce.tar.gz
update to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d17236a278d2..f4f15594cd09 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 = 4.0.9
+ pkgver = 4.1.0
pkgrel = 1
url = https://ffhevc.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-4.0.9.tar.gz
- sha256sums = e4abd2a5e9bb4698b615de708d5c2cc3fe94f048cabfdefe43a6b437c08528ed
+ source = https://downloads.sourceforge.net/project/ffhevc/ffhevc-4.1.0.tar.gz
+ sha256sums = 6d77c30ae1fbda24c908d8ba24d590474577be465f183b0f2c7f811408ceff44
pkgname = ffhevc
diff --git a/PKGBUILD b/PKGBUILD
index 96976f426f55..820781f7ae77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=4.0.9
+pkgver=4.1.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=('e4abd2a5e9bb4698b615de708d5c2cc3fe94f048cabfdefe43a6b437c08528ed')
+sha256sums=('6d77c30ae1fbda24c908d8ba24d590474577be465f183b0f2c7f811408ceff44')
package() {
cd $pkgname-$pkgver