summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2016-09-16 15:03:09 +0800
committerBhoppi Chaw2016-09-16 15:03:09 +0800
commitad2cb2b7fcc33f44afb622b37f0c0f66b7088f0c (patch)
tree4f4c85138d7e43129da664a980d4e438437a1399 /PKGBUILD
parentbddd2fcc53bb0c025dabd7553ee6145504354286 (diff)
downloadaur-ad2cb2b7fcc33f44afb622b37f0c0f66b7088f0c.tar.gz
update to 2.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c19500cddd56..bc68aca60ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=2.8.2
+pkgver=2.8.3
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,6 +9,7 @@ url='https://sourceforge.net/projects/ffhevc/'
license=(GPL2)
depends=(ffmpeg)
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f58f38733bc08ba6282d1070425a48df')
prepare()
{
@@ -22,4 +23,3 @@ package()
./install
rm "$pkgdir/usr/share/doc/$pkgname/uninstall"
}
-md5sums=('70c1cbd57cca5a111ed14d3358b7a17e')