summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e90b30793f19..5616c9c3efc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ pkgname=(
# Follow handbrakes most current stable branch 1.6.x
# https://github.com/HandBrake/HandBrake/commits/1.6.x
-readonly _commit=d56ec51e26dcac5dc82c6f2466a18bad6be69627
+readonly _commit=d36cc0b42e1a05005a3276779a93a53fb499c706
pkgver() {
git -C HandBrake/ gc --auto --prune=now
git -C HandBrake/ describe ${_commit} | sed -e 's/^v//g' -e 's/-/.r/' -e 's/-/./'
}
-pkgver=1.6.0.r25.gd56ec51e2
+pkgver=1.6.0.r27.gd36cc0b42
pkgrel=1
arch=('x86_64')
url="https://handbrake.fr/"