summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2019-10-24 11:57:25 +0800
committerBhoppi Chaw2019-10-24 11:57:25 +0800
commitfc7bcbd3b23ea5adb47478ee60d4d4d382bab0ae (patch)
tree494a20da3d6de79ec1c15ad826d8947ae524d0b0
parent53803adc0754efa0c3e2a781044ed5e44addc9a9 (diff)
downloadaur-fc7bcbd3b23ea5adb47478ee60d4d4d382bab0ae.tar.gz
update to 3.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c69f3eb535b0..7f93b83235e8 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.9.4
+ pkgver = 3.9.6
pkgrel = 1
url = https://ffx264.teambelgium.net/
arch = any
license = GPL2
depends = ffmpeg
- source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.9.4.tar.gz
- sha256sums = 18f5335de49d9fdc9d836d4de6516828aa617265ed40c0231ef96d2bf555ff9e
+ source = https://downloads.sourceforge.net/project/ffx264/ffx264-3.9.6.tar.gz
+ sha256sums = 7c6ce0c6065e12f848bab4e612df1554e62ede4a64c95d88cc741ff1da6eda29
pkgname = ffx264
diff --git a/PKGBUILD b/PKGBUILD
index 89a86d432d0f..9859b278a7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=ffx264
-pkgver=3.9.4
+pkgver=3.9.6
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=('18f5335de49d9fdc9d836d4de6516828aa617265ed40c0231ef96d2bf555ff9e')
+sha256sums=('7c6ce0c6065e12f848bab4e612df1554e62ede4a64c95d88cc741ff1da6eda29')
package() {
cd $pkgname-$pkgver