summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e3b16c0ab06..5398a1a42d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffhevc
-pkgver=3.6.0
+pkgver=3.6.1
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,10 +9,9 @@ url='https://ffhevc.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('475615ce1fd4049bb3ad572e56e2393daae3703964397712fcdfa4672ae3e35a')
+sha256sums=('9e16c4587e31bcecf6286eea682bcc52e6a595abca7f41e687649984b289420a')
-package()
-{
+package() {
cd $pkgname-$pkgver
make install PREFIX="$pkgdir"/usr
}