summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-09-22 19:20:23 +0800
committerBhoppi Chaw2019-09-22 19:20:23 +0800
commitdddfe248b67df29bed45e299cb0d603296e87917 (patch)
treed63a33dd5c6d36b2039427ee358edd850bddef61
parent307dffbe7682bfa161c65989488389df0284c389 (diff)
downloadaur-dddfe248b67df29bed45e299cb0d603296e87917.tar.gz
update to 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49395c949011..59d55bd50a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ffx264
pkgdesc = a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.
- pkgver = 3.7.9
+ pkgver = 3.8.0
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.7.9.tar.gz
- sha256sums = 9a38be03f3d874433b3888c4c4ac9647b9e50c1853d1a8e0ae2a42d4e5c394b1
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.8.0.tar.gz
+ sha256sums = e33d1d29a5521404974cba63a55f3f08aa907529d6b44232e03fda796273b295
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index 320d2443038d..70d78ea18943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.7.9
+pkgver=3.8.0
pkgrel=1
pkgdesc='a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.'
arch=(any)
@@ -9,7 +9,7 @@ url='https://ffx264.teambelgium.net/'
license=(GPL2)
depends=(ffmpeg)
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('9a38be03f3d874433b3888c4c4ac9647b9e50c1853d1a8e0ae2a42d4e5c394b1')
+sha256sums=('e33d1d29a5521404974cba63a55f3f08aa907529d6b44232e03fda796273b295')
package() {
cd $pkgname-$pkgver