diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Alan Beale <the.mrabz@gmail.com> pkgname=('handbrake-nvenc' 'handbrake-nvenc-cli') -pkgver=1.9.0 +pkgver=1.9.2 pkgrel=1 arch=('x86_64') url="https://handbrake.fr/" @@ -15,7 +15,7 @@ makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson' options=('!lto') # https://bugs.archlinux.org/task/72600 source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig} fix-build-with-Werror-format-security.patch) -sha256sums=('c15b451502f5c938798595df897a41290e8881b3efb8edd69ff7db2d985733b0' +sha256sums=('f56696b9863a6c926c0eabdcb980cece9aa222c650278d455ac6873d3220ce49' 'SKIP' '9e46ab5c9539bd0910780f38131097c4e3871acde70c89a92abfc8edc9ec2c21') validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team <developers@handbrake.fr> |